diff options
author | plegall <plg@piwigo.org> | 2005-03-25 22:47:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-03-25 22:47:18 +0000 |
commit | 1e3f5197d64f6e3e9644fee11c95723964d3b53f (patch) | |
tree | 3387564042544d8b8a1b225c02a573f848b5e03e /tools/create_listing_file.php | |
parent | aed2bd916e0866a11352c14a695bf539d609951f (diff) |
- new way of managing the application version
git-svn-id: http://piwigo.org/svn/trunk@758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 81f55ef29..3111a71c5 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'] = '1.4.0RC3'; +$conf['version'] = '%PWGVERSION%'; // $conf['use_exif'] set to true if you want to use Exif Date as "creation // date" for the element, otherwise, set to false |