diff options
author | plegall <plg@piwigo.org> | 2010-11-03 22:50:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-11-03 22:50:46 +0000 |
commit | e443648392f843e1504049d44359984f541365e6 (patch) | |
tree | ded62fddbb42f52d1849b26af6c7807a82138e08 /tools | |
parent | d2052433370c27ccc6e4c71ced39cb2484414345 (diff) |
New version 2.1.5 hard coded.2.1.5
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.1.5@7615 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 d2f20ba66..00b463f7a 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.1'; +$conf['version'] = '2.1.5'; // URL of main gallery // Example : http://www.my.domain/my/directory |