diff options
author | plegall <plg@piwigo.org> | 2012-12-13 14:37:43 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-12-13 14:37:43 +0000 |
commit | 6f61232067337ab4fbb9c049e1270f68a09669d0 (patch) | |
tree | 872f2573de8cad9c054175e3259677347ec568d7 | |
parent | 4a93241dd19dd452d6c90f2dc45ae7a373c81901 (diff) |
next version is 2.5.0RC1
git-svn-id: http://piwigo.org/svn/trunk@19424 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 de24f1944..93a866492 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.0beta3'); +define('PHPWG_VERSION', '2.5.0RC1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |