diff options
author | plegall <plg@piwigo.org> | 2008-10-16 19:53:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-10-16 19:53:52 +0000 |
commit | f662cedc035359d5fc167a7bba14c9e93872833d (patch) | |
tree | 76eac1b1e337b267f13ce1bbbcca1f2b2eed8274 /tools | |
parent | df46024bc2923ce70fd73696cc4c2df995e8bf59 (diff) |
merge -c2459 from release 1.7.21.7.3
New version 1.7.3 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/release-1_7_3@2764 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 2500973ef..564b9cd0d 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -31,7 +31,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = 'branch 1.7'; +$conf['version'] = '1.7.3'; // URL of main gallery // Example : http://www.my.domain/my/directory |