diff options
author | plegall <plg@piwigo.org> | 2011-11-08 00:02:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-11-08 00:02:59 +0000 |
commit | 1094b76f6bef8e555ec94b8ebca57d924352e681 (patch) | |
tree | caebac91b53c4b17dfda6d9885aea0b85c1eb575 | |
parent | 98f013725a56646ad535636753fd2bde1895a425 (diff) |
next version is 2.3.2
git-svn-id: http://piwigo.org/svn/branches/2.3@12587 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index cda3dee27..aefa48ec0 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.3.1'); +define('PHPWG_VERSION', '2.3.2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 83a4766cd..a261e4be1 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.3.1'; +$conf['version'] = '2.3.2'; // URL of main gallery // Example : http://www.my.domain/my/directory |