diff options
author | plegall <plg@piwigo.org> | 2005-03-12 14:33:39 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-03-12 14:33:39 +0000 |
commit | b4bf96c989ca22affc46865f6b223781f89548e8 (patch) | |
tree | a9d3a62a24ca502f73a51a4822d19e6999cd9353 | |
parent | 06dbb3790190144202df48f6f6265810b8d0f63d (diff) |
This commit was manufactured by cvs2svn to create tag1.4.0
'release-1_4_0'.
git-svn-id: http://piwigo.org/svn/tags/release-1_4_0@753 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index 944bacca6..d17ce6083 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '1.4.0RC3'); +define('PHPWG_VERSION', '1.4.0'); 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 81f55ef29..53ddcc1f9 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.0RC3'; +$conf['version'] = '1.4.0'; // $conf['use_exif'] set to true if you want to use Exif Date as "creation // date" for the element, otherwise, set to false |