diff options
author | plegall <plg@piwigo.org> | 2009-02-15 20:11:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-02-15 20:11:13 +0000 |
commit | 57688b88c3d991029a7c17d82bc2a3b946d67178 (patch) | |
tree | 8462f086463f6a2b3a16bdc90621d09440059dba /tools/create_listing_file.php | |
parent | 9fc6002bac4f58e230c362934e49d33d72281717 (diff) |
New version 2.0.0 hard coded.2.0.0
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.0.0@3155 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 f93707292..c577ed315 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.0'; +$conf['version'] = '2.0.0'; // URL of main gallery // Example : http://www.my.domain/my/directory |