diff options
author | plegall <plg@piwigo.org> | 2015-01-08 13:23:56 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2015-01-08 13:23:56 +0000 |
commit | aa19337e9812fd0cebb641f918045be435990aa3 (patch) | |
tree | b3feca9432b55e97a8d93407f9277dfb169bb2b8 | |
parent | 7ab606155255df6501ab67279d39d20bd46df2e9 (diff) |
next release is 2.6.52.6
git-svn-id: http://piwigo.org/svn/branches/2.6@30869 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 45f9e130b..b8b9b0f36 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.6.4'); +define('PHPWG_VERSION', '2.6.5'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |