diff options
author | plegall <plg@piwigo.org> | 2006-08-26 13:46:33 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-08-26 13:46:33 +0000 |
commit | b489391c994377d5a1c580e5476341b717178fe6 (patch) | |
tree | 221ad0475b8e35c7c59e9aa9a76ef874f1da81a8 /tools | |
parent | 9734846371904c9ebb4c328c4e739cab5a8efe9a (diff) |
Modification: change current version from "%PWGVERSION%" to "Alligator".
"Alligator" is the name of the trunk until next stable branch.
git-svn-id: http://piwigo.org/svn/trunk@1546 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 e3cd71cf1..5adbf745e 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -42,7 +42,7 @@ $conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF'); // $conf['version'] is used to verify the compatibility of the generated // listing.xml file and the PhpWebGallery version you're running -$conf['version'] = '%PWGVERSION%'; +$conf['version'] = 'Alligator'; // $conf['use_exif'] set to true if you want to use Exif information $conf['use_exif'] = true; |