mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Release candidate 2.0.0RC4 hard coded.
git-svn-id: http://piwigo.org/svn/tags/release-2_0_0RC4@2868 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', '2.0');
|
||||
define('PHPWG_VERSION', '2.0.0RC4');
|
||||
define('PHPWG_DOMAIN', 'phpwebgallery.net');
|
||||
define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN);
|
||||
define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext_new'); /* need to be changed on final release */
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
// ****** Gallery configuration ****** //
|
||||
// Script version
|
||||
$conf['version'] = '2.0';
|
||||
$conf['version'] = '2.0.0RC4';
|
||||
|
||||
// URL of main gallery
|
||||
// Example : http://www.my.domain/my/directory
|
||||
|
||||
Reference in New Issue
Block a user