summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-10-11 17:06:58 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-10-11 17:06:58 +0100
commitee59b12bf1f5a127c479c40bf5c37e22633f5760 (patch)
tree7d74fcfa1e967ea80d284986f85196412e508845 /index.php
parent8b05e3cdc9a98209f8eb2b1bbc5ef113678d2679 (diff)
downloadwebtrees-ee59b12bf1f5a127c479c40bf5c37e22633f5760.tar.gz
webtrees-ee59b12bf1f5a127c479c40bf5c37e22633f5760.tar.bz2
webtrees-ee59b12bf1f5a127c479c40bf5c37e22633f5760.zip
2.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 0ad9395e83..5bc410938f 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-alpha.3';
+const WT_VERSION = '2.0.0-dev';
const WT_WEBTREES_URL = 'https://www.webtrees.net/';
// Location of our modules and themes. These are used as URLs and folder paths.