diff options
author | plegall <plg@piwigo.org> | 2011-04-02 19:46:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-04-02 19:46:52 +0000 |
commit | 0caa0f33d39bd6eab7057618a603c22d6983eb24 (patch) | |
tree | 50b0c6946ba579d25c2586a28fe3ec792d38d036 /tools | |
parent | 2c07319a43d450b6b59cfa22767c03783800ff2d (diff) |
change version to 2.2 on branches/2.2
git-svn-id: http://piwigo.org/svn/branches/2.2@9999 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-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..587c1f39a 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'; // URL of main gallery // Example : http://www.my.domain/my/directory |