diff options
author | plegall <plg@piwigo.org> | 2012-11-06 09:41:51 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-11-06 09:41:51 +0000 |
commit | 67748f5ccb5e8972076e479f41091b004b8e88ea (patch) | |
tree | 9a3159b55929c9f337d18a62b3279b4fb684b574 /include | |
parent | 08b5a4dcc39ce40beaf2aec84901029b8d4bf282 (diff) |
next version is 2.5.0beta2
git-svn-id: http://piwigo.org/svn/trunk@18947 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index c3c967674..b740c8304 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.0beta1'); +define('PHPWG_VERSION', '2.5.0beta2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |