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 /tools | |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_listing_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |