diff options
author | plegall <plg@piwigo.org> | 2014-01-24 20:13:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-01-24 20:13:35 +0000 |
commit | 5ff4d92802a9cbf46524da8e9e7a8151af841ac1 (patch) | |
tree | cc6e0ed4a5aa691fd7449ccaeb1240a5b25cc640 | |
parent | 35f801d1dd68f0660793db1bdda70c2fa6d133db (diff) |
next release is 2.6.1
git-svn-id: http://piwigo.org/svn/branches/2.6@26954 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 8e5b92b11..65549d0d1 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.6.0'); +define('PHPWG_VERSION', '2.6.1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |