diff options
author | plegall <plg@piwigo.org> | 2011-04-01 19:29:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-04-01 19:29:47 +0000 |
commit | 2f4416125f7cf26a8764492600add67857243c07 (patch) | |
tree | 839df822c86e45ed7244dbb6b720d6f935cb30a5 /tools/create_listing_file.php | |
parent | 9e32d0d785ae5b055462ddcb5cf29ed01501103a (diff) |
New version 2.2.0 hard coded.2.2.0
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.0@9963 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 f639fca0a..dce80bbed 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = 'Colibri'; +$conf['version'] = '2.2.0'; // URL of main gallery // Example : http://www.my.domain/my/directory |