diff options
author | plegall <plg@piwigo.org> | 2011-01-20 20:48:42 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-20 20:48:42 +0000 |
commit | 8659a16b3ef48f1105be70e5d5116a8c47d05c77 (patch) | |
tree | afe8268090bdd6bf8d8f1b444a5c72f1fafa8736 /tools/create_listing_file.php | |
parent | 0d27a2dd74015a4f4bfc9f57ce355d674fac5c0d (diff) |
release number 2.2.0RC1 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC1
git-svn-id: http://piwigo.org/svn/tags/2.2.0RC1@8816 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..f005042bf 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.0RC1'; // URL of main gallery // Example : http://www.my.domain/my/directory |