summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-11 17:04:28 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-11 17:04:28 +0100
commit8b05e3cdc9a98209f8eb2b1bbc5ef113678d2679 (patch)
tree36c1ce5ffe13422884bc8a18cefdead6bda269ce /index.php
parent3baaf2696cb5db820e29733848358f76265a410e (diff)
downloadwebtrees-8b05e3cdc9a98209f8eb2b1bbc5ef113678d2679.tar.gz
webtrees-8b05e3cdc9a98209f8eb2b1bbc5ef113678d2679.tar.bz2
webtrees-8b05e3cdc9a98209f8eb2b1bbc5ef113678d2679.zip
2.0.0-alpha.32.0.0-alpha.3
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 5bc410938f..0ad9395e83 100644
--- a/index.php
+++ b/index.php
@@ -45,7 +45,7 @@ use Symfony\Component\HttpFoundation\Response;
// Identify ourself
const WT_WEBTREES = 'webtrees';
-const WT_VERSION = '2.0.0-dev';
+const WT_VERSION = '2.0.0-alpha.3';
const WT_WEBTREES_URL = 'https://www.webtrees.net/';
// Location of our modules and themes. These are used as URLs and folder paths.