diff options
author | plegall <plg@piwigo.org> | 2007-04-11 08:33:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-04-11 08:33:18 +0000 |
commit | 38ca856ea4adf9daf7cdb91e580a70ab176eb6f4 (patch) | |
tree | 2b6e5aa8b21d9e039f1b66e3993bc4e99d008ae9 /tools | |
parent | 3ed9a9e7639097b8b2b6b73d877c2414705a6b96 (diff) |
New: trunk code name changes from "Alligator" to "Butterfly".
git-svn-id: http://piwigo.org/svn/trunk@1954 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..05c789ff6 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'] = 'Butterfly'; // URL of main gallery // Example : http://www.my.domain/my/directory |