diff options
author | plegall <plg@piwigo.org> | 2010-06-29 21:10:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-06-29 21:10:57 +0000 |
commit | 91a81b5d40241ef8f4fff40c45156ec83beee6b3 (patch) | |
tree | 4af28c50431a43e68abf316f13e0d25d35176acb /tools/create_listing_file.php | |
parent | edd7f77ce332378d1b15b9ad91944efc8f83dc5d (diff) |
New version 2.1.2 hard coded.
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.2@6632 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 d2f20ba66..7763ce53e 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.2'; // URL of main gallery // Example : http://www.my.domain/my/directory |