From ab9097cfec318a38a50cf36785f483fc8f39d954 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 14 May 2005 13:39:00 +0000 Subject: - version moved to 1.4.1 git-svn-id: http://piwigo.org/svn/branches/branch-1_4@789 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 2 +- tools/create_listing_file.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constants.php b/include/constants.php index d17ce6083..65a1dd91c 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '1.4.0'); +define('PHPWG_VERSION', '1.4.1'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 53ddcc1f9..ce71dd65f 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -42,7 +42,7 @@ $conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF'); // $conf['version'] is used to verify the compatibility of the generated // listing.xml file and the PhpWebGallery version you're running -$conf['version'] = '1.4.0'; +$conf['version'] = '1.4.1'; // $conf['use_exif'] set to true if you want to use Exif Date as "creation // date" for the element, otherwise, set to false -- cgit v1.2.3