diff options
author | plegall <plg@piwigo.org> | 2011-11-07 11:02:27 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-11-07 11:02:27 +0000 |
commit | ff687492bbc9182362301de07f448ee4057fceee (patch) | |
tree | e6c8dea75f613474ad8eeb255d860b8b1f4ee8f3 | |
parent | 49375a54a2d229ce88865e5becc1912d480390f0 (diff) |
next version is 2.3.1
git-svn-id: http://piwigo.org/svn/branches/2.3@12577 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 06be582e6..cda3dee27 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.3.0'); +define('PHPWG_VERSION', '2.3.1'); 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 57a999433..83a4766cd 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.0'; +$conf['version'] = '2.3.1'; // URL of main gallery // Example : http://www.my.domain/my/directory |