Changeset 752
- Timestamp:
- Mar 12, 2005, 3:33:39 PM (20 years ago)
- Location:
- branches/branch-1_4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_4/include/constants.php
r739 r752 27 27 28 28 // Default settings 29 define('PHPWG_VERSION', '1.4.0 RC3');29 define('PHPWG_VERSION', '1.4.0'); 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
r739 r752 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 RC3';45 $conf['version'] = '1.4.0'; 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.