diff options
author | plegall <plg@piwigo.org> | 2012-06-22 08:59:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-06-22 08:59:28 +0000 |
commit | fbc7b6b4ac13723a847917bd90fa015a66dd470a (patch) | |
tree | b2cd1be0bd4e78d4f333504f60ce87f06d4807aa /include | |
parent | efad6b0fa9257209d57c9469e636c0a42251c655 (diff) |
next version on trunk is 2.5.0beta1
git-svn-id: http://piwigo.org/svn/trunk@15937 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 4976fc655..c3c967674 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.4.0RC3'); +define('PHPWG_VERSION', '2.5.0beta1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |