Changeset 1546


Ignore:
Timestamp:
Aug 26, 2006, 3:46:33 PM (18 years ago)
Author:
plg
Message:

Modification: change current version from "%PWGVERSION%" to "Alligator".
"Alligator" is the name of the trunk until next stable branch.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

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

    r1525 r1546  
    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'] = '%PWGVERSION%';
     45$conf['version'] = 'Alligator';
    4646
    4747// $conf['use_exif'] set to true if you want to use Exif information
Note: See TracChangeset for help on using the changeset viewer.