mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- version moved to 1.4.0RC2
git-svn-id: http://piwigo.org/svn/trunk@718 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', '1.4.0RC1');
|
||||
define('PHPWG_VERSION', '1.4.0RC2');
|
||||
define('PHPWG_URL', 'http://www.phpwebgallery.net');
|
||||
define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
|
||||
|
||||
|
||||
@@ -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.0RC1';
|
||||
$conf['version'] = '1.4.0RC2';
|
||||
|
||||
// $conf['use_exif'] set to true if you want to use Exif Date as "creation
|
||||
// date" for the element, otherwise, set to false
|
||||
|
||||
Reference in New Issue
Block a user