Changeset 758


Ignore:
Timestamp:
Mar 25, 2005, 11:47:18 PM (19 years ago)
Author:
plg
Message:
  • new way of managing the application version
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r756 r758  
     12005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
     2
     3        * application version is defined at build or release
     4        creation. This way, include/constants.php won't change at each
     5        build.
     6
    172005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
    28
  • trunk/include/constants.php

    r755 r758  
    2727
    2828// Default settings
    29 define('PHPWG_VERSION', '1.4.0');
     29define('PHPWG_VERSION', '%PWGVERSION%');
    3030define('PHPWG_URL', 'http://www.phpwebgallery.net');
    3131define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
  • trunk/tools/create_listing_file.php

    r739 r758  
    4343// $conf['version'] is used to verify the compatibility of the generated
    4444// listing.xml file and the PhpWebGallery version you're running
    45 $conf['version'] = '1.4.0RC3';
     45$conf['version'] = '%PWGVERSION%';
    4646
    4747// $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.