aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-10-12 18:46:06 +0000
committerplegall <plg@piwigo.org>2008-10-12 18:46:06 +0000
commit720d6134bd778de6df68f900f1939369ee0c3d9b (patch)
tree541c3c8e236cae609c036b3142e1dbbe730e030e /include
parent320d2a88ea6883b23923cd8592db3875d850a105 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php
index b921228f3..78c079de6 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -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 */