version management: the Piwigo version changes to 2.0 instead of Butterfly
which was its codename on trunk. git-svn-id: http://piwigo.org/svn/branches/2.0@2724 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
320d2a88ea
commit
720d6134bd
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', 'Butterfly');
|
||||
define('PHPWG_VERSION', '2.0');
|
||||
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'] = 'Butterfly';
|
||||
$conf['version'] = '2.0';
|
||||
|
||||
// URL of main gallery
|
||||
// Example : http://www.my.domain/my/directory
|
||||
|
|
Loading…
Reference in a new issue