diff options
author | plegall <plg@piwigo.org> | 2012-12-17 22:55:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-12-17 22:55:18 +0000 |
commit | 814e57d4d83390946b6729a6d75bcf84f71d6d0b (patch) | |
tree | 8cd3216712af3efcc3e38a915ffd93d7f9d3beaa | |
parent | a4de18fd29a9c297dfa939f587eefd04b3ad53b3 (diff) |
next version is 2.4.7
git-svn-id: http://piwigo.org/svn/branches/2.4@19479 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 039440e40..be2477dd6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.4.6'); +define('PHPWG_VERSION', '2.4.7'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |