diff options
author | plegall <plg@piwigo.org> | 2005-01-09 00:04:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-09 00:04:38 +0000 |
commit | b292784a101375fa2dd8f4e0e0fd5633f826682b (patch) | |
tree | c9c8a9773ad81e1c099c4a651bb798397405c9ab /tools/create_listing_file.php | |
parent | d2b451ed59ea06760ae22bf9a52d5e564e314fe0 (diff) |
- version moved from BSF to 1.4.0RC1 :-)
git-svn-id: http://piwigo.org/svn/trunk@683 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 53dc65a4b..561db0af4 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'] = 'BSF'; +$conf['version'] = '1.4.0RC1'; // $conf['use_exif'] set to true if you want to use Exif Date as "creation // date" for the element, otherwise, set to false |