diff options
author | plegall <plg@piwigo.org> | 2014-06-11 07:55:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-06-11 07:55:14 +0000 |
commit | e2b475f3ef93637547002d04809e84fde8384a1a (patch) | |
tree | 57e993bddf17e10641460e59ff95137ca83edbfc | |
parent | 05e8753992799142319410551fe2431bec34978c (diff) |
next release is 2.6.3
git-svn-id: http://piwigo.org/svn/branches/2.6@28676 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 22958e6b0..98eb9e475 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.6.2'); +define('PHPWG_VERSION', '2.6.3'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |