diff options
author | plegall <plg@piwigo.org> | 2011-04-17 09:03:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-04-17 09:03:36 +0000 |
commit | 89035802cb4051c6d2e72093fc125ea1e3c6fa7b (patch) | |
tree | d84333880976b16ba581f8001e0ac00925b1038c /tools/create_listing_file.php | |
parent | ce22f18b57518a077ab33ef07e3f4d5faffcf8ad (diff) |
New version 2.2.1 hard coded.2.2.1
Stable release required modifications: don't show version and generation time in
footer, don't check the upgrade feed, don't die on sql errors.
git-svn-id: http://piwigo.org/svn/tags/2.2.1@10440 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/create_listing_file.php')
-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 587c1f39a..41b6362ec 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.2'; +$conf['version'] = '2.2.1'; // URL of main gallery // Example : http://www.my.domain/my/directory |