diff options
author | plegall <plg@piwigo.org> | 2013-11-28 12:22:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-28 12:22:53 +0000 |
commit | 33d57530a3cfa77a544fa6526b9365a2701d75df (patch) | |
tree | ddde9faf7b1c6825e45272870d366f885d34b443 /include/constants.php | |
parent | 95ab2aca9a0aa76a44ee05442c493ff9e646a796 (diff) |
next release is 2.6.0RC2
git-svn-id: http://piwigo.org/svn/trunk@25743 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-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 6ea597a6c..ae6a75e9f 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.6.0RC1'); +define('PHPWG_VERSION', '2.6.0RC2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |