diff options
author | plegall <plg@piwigo.org> | 2011-03-11 21:59:37 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-11 21:59:37 +0000 |
commit | 1920d192778254139db64945af23de848d7a79ee (patch) | |
tree | 2b6274db41bef27a28b0febf06f1bd9f6934778a /tools/create_listing_file.php | |
parent | 6ff5d949c58c3bc902c4c054d57a6790f682a76b (diff) |
release number 2.2.0RC4 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC4
git-svn-id: http://piwigo.org/svn/tags/2.2.0RC4@9620 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..4546f1865 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.0RC4'; // URL of main gallery // Example : http://www.my.domain/my/directory |