diff options
author | plegall <plg@piwigo.org> | 2007-04-06 17:34:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-04-06 17:34:28 +0000 |
commit | 009e0e302991aaaa8c33f631bbd70c40ca8b0d82 (patch) | |
tree | 2b007c80389b52252123f06cbb99932c59227edc /tools | |
parent | a2eee141fde6be9c81604ca0ccbc441e69273324 (diff) |
Change PWG version to "branch 1.7"
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1937 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 6703e1843..223f6f3b8 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -31,7 +31,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = 'Alligator'; +$conf['version'] = 'branch 1.7'; // URL of main gallery // Example : http://www.my.domain/my/directory |