diff options
author | plegall <plg@piwigo.org> | 2011-02-08 14:09:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-02-08 14:09:49 +0000 |
commit | f524c12251404f5fcc7360af111c479fc2e7c44e (patch) | |
tree | dbfd79d056c4a14af9abd02a8181e69ac7340d96 /tools/create_listing_file.php | |
parent | aea256f584227b03758522163b6a06cf18d0f482 (diff) |
release number 2.2.0RC2 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC2
git-svn-id: http://piwigo.org/svn/tags/2.2.0RC2@9118 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..20e20c694 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.0RC2'; // URL of main gallery // Example : http://www.my.domain/my/directory |