diff options
author | plegall <plg@piwigo.org> | 2010-10-30 21:15:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-10-30 21:15:19 +0000 |
commit | 39bf858bfaa60657c870eec5a60568716ffdf60e (patch) | |
tree | 625f7fbc37bba0f25b54b227b21f4ca63e1eb660 /tools/create_listing_file.php | |
parent | eab9b3ea4c6565488a1be2c668426b1fcc8b389d (diff) |
New version 2.1.4 hard coded.2.1.4
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.4@7509 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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..1949fde66 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.4'; // URL of main gallery // Example : http://www.my.domain/my/directory |