Changeset 789


Ignore:
Timestamp:
May 14, 2005, 3:39:00 PM (19 years ago)
Author:
plg
Message:
  • version moved to 1.4.1
Location:
branches/branch-1_4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_4/include/constants.php

    r752 r789  
    2727
    2828// Default settings
    29 define('PHPWG_VERSION', '1.4.0');
     29define('PHPWG_VERSION', '1.4.1');
    3030define('PHPWG_URL', 'http://www.phpwebgallery.net');
    3131define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
  • branches/branch-1_4/tools/create_listing_file.php

    r752 r789  
    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.0';
     45$conf['version'] = '1.4.1';
    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.