- Timestamp:
- May 14, 2005, 3:39:00 PM (20 years ago)
- Location:
- branches/branch-1_4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_4/include/constants.php
r752 r789 27 27 28 28 // Default settings 29 define('PHPWG_VERSION', '1.4. 0');29 define('PHPWG_VERSION', '1.4.1'); 30 30 define('PHPWG_URL', 'http://www.phpwebgallery.net'); 31 31 define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); -
branches/branch-1_4/tools/create_listing_file.php
r752 r789 43 43 // $conf['version'] is used to verify the compatibility of the generated 44 44 // listing.xml file and the PhpWebGallery version you're running 45 $conf['version'] = '1.4. 0';45 $conf['version'] = '1.4.1'; 46 46 47 47 // $conf['use_exif'] set to true if you want to use Exif Date as "creation
Note: See TracChangeset
for help on using the changeset viewer.