diff options
author | plegall <plg@piwigo.org> | 2010-09-14 20:05:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-09-14 20:05:24 +0000 |
commit | 757cf1971ea353861f4049e36b670a37c5857704 (patch) | |
tree | 437605fac6c24c2d665be1cf431ac267425ab92b /tools | |
parent | a4a82a1cebad06b73b146ca6140411d2fb79af36 (diff) |
New version 2.1.3 hard coded.2.1.3
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.3@6925 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..17072b115 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.3'; // URL of main gallery // Example : http://www.my.domain/my/directory |