diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-10-11 17:04:28 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-10-11 17:04:28 +0100 |
| commit | 8b05e3cdc9a98209f8eb2b1bbc5ef113678d2679 (patch) | |
| tree | 36c1ce5ffe13422884bc8a18cefdead6bda269ce /index.php | |
| parent | 3baaf2696cb5db820e29733848358f76265a410e (diff) | |
| download | webtrees-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
