diff options
author | plegall <plg@piwigo.org> | 2013-02-19 21:58:25 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-02-19 21:58:25 +0000 |
commit | 1a7dd9aa63a41eb81010dbf50a977c14e1900c7e (patch) | |
tree | 003de25185c99f066446bde27c2518a7ca11fe53 | |
parent | 9c0863b08b54e04d152cc7d79254ef3a415c64cc (diff) |
next stable release is 2.4.8
git-svn-id: http://piwigo.org/svn/branches/2.4@20862 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 be2477dd6..05ff84beb 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.4.7'); +define('PHPWG_VERSION', '2.4.8'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |