diff options
author | plegall <plg@piwigo.org> | 2014-01-17 12:53:54 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-01-17 12:53:54 +0000 |
commit | aa7c1114a3d63441b20722cf74d2bd1097fae161 (patch) | |
tree | d0ff82a589cd2f83ead2dd10b436b99bff622f55 /include/constants.php | |
parent | 7f39d5b695f90f5d622f9b070a5a4815c584e707 (diff) |
next release is 2.6.0 (be ready)
git-svn-id: http://piwigo.org/svn/trunk@26826 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 f80f7c8f9..8e5b92b11 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.6.0RC2'); +define('PHPWG_VERSION', '2.6.0'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |