mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-17 06:45:59 +02:00
New version 1.7.0 hard coded (not replaced at release creation time).
git-svn-id: http://piwigo.org/svn/tags/release-1_7_0@2002 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', 'branch 1.7');
|
||||
define('PHPWG_VERSION', '1.7.0');
|
||||
define('PHPWG_DOMAIN', 'phpwebgallery.net');
|
||||
define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN);
|
||||
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1');
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
// ****** Gallery configuration ****** //
|
||||
// Script version
|
||||
$conf['version'] = 'branch 1.7';
|
||||
$conf['version'] = '1.7.0';
|
||||
|
||||
// URL of main gallery
|
||||
// Example : http://www.my.domain/my/directory
|
||||
|
||||
Reference in New Issue
Block a user