summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-09-11 10:27:42 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-09-11 10:37:45 +0100
commit9f79bc178fb2b92a93473fb0fd2cfdb1ed050266 (patch)
treef03d1115b57d8672a6800a71830af3aa94bd199a /index.php
parent869661cf188e4411345ccb5499407604192a8f3e (diff)
downloadwebtrees-9f79bc178fb2b92a93473fb0fd2cfdb1ed050266.tar.gz
webtrees-9f79bc178fb2b92a93473fb0fd2cfdb1ed050266.tar.bz2
webtrees-9f79bc178fb2b92a93473fb0fd2cfdb1ed050266.zip
2.0.0-alpha.2
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3f4db064de..97ed1045c1 100644
--- a/index.php
+++ b/index.php
@@ -41,7 +41,7 @@ use Throwable;
// Identify ourself
define('WT_WEBTREES', 'webtrees');
-define('WT_VERSION', '2.0.0-dev');
+define('WT_VERSION', '2.0.0-alpha.2');
define('WT_WEBTREES_URL', 'https://www.webtrees.net/');
// Location of our modules and themes. These are used as URLs and folder paths.