Modification: change current version from "%PWGVERSION%" to "Alligator".
"Alligator" is the name of the trunk until next stable branch. git-svn-id: http://piwigo.org/svn/trunk@1546 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9734846371
commit
b489391c99
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', '%PWGVERSION%');
|
||||
define('PHPWG_VERSION', 'Alligator');
|
||||
define('PHPWG_URL', 'http://www.phpwebgallery.net');
|
||||
define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
|
||||
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1');
|
||||
|
|
|
@ -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'] = '%PWGVERSION%';
|
||||
$conf['version'] = 'Alligator';
|
||||
|
||||
// $conf['use_exif'] set to true if you want to use Exif information
|
||||
$conf['use_exif'] = true;
|
||||
|
|
Loading…
Reference in a new issue