diff options
author | plegall <plg@piwigo.org> | 2011-08-31 21:23:02 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-31 21:23:02 +0000 |
commit | 3e5dcaec941dd0b47571a45b7f10de530279fe10 (patch) | |
tree | 5f67ba66d381865ad9053b7b8873d15ffcb76e8b /include | |
parent | 4bad569258cf96871d757f2213510aa79122e1db (diff) |
change version number to 2.2.6
git-svn-id: http://piwigo.org/svn/branches/2.2@12027 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 00b6ca593..62f05e35f 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.2.5'); +define('PHPWG_VERSION', '2.2.6'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); |