diff options
author | plegall <plg@piwigo.org> | 2013-03-02 21:03:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-03-02 21:03:35 +0000 |
commit | ef830b099180796a260cefce54f8af76c802a568 (patch) | |
tree | b16aba8ea954acd0f046906490f3e1eb16b0f353 /include | |
parent | 082705b414cfb4d2a85c6ebd5f80d7699c009f64 (diff) |
next version is 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@21104 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 27000ce10..a255d3927 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.0RC2'); +define('PHPWG_VERSION', '2.5.0'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |