diff options
author | plegall <plg@piwigo.org> | 2007-05-04 22:43:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-05-04 22:43:06 +0000 |
commit | 38dbeabe43b1b307014ad1b696ffb3a21fbc5fc6 (patch) | |
tree | 92a4d55b8baa2c723495ee067ea6ed0deda968bf /tools/create_listing_file.php | |
parent | 23eee870a293715435f2746a59c864f30485dcdb (diff) |
New version 1.7.0 hard coded (not replaced at release creation time).1.7.0
git-svn-id: http://piwigo.org/svn/tags/release-1_7_0@2002 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 2a6bf3779..cb211d5a4 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.0'; // URL of main gallery // Example : http://www.my.domain/my/directory |