diff options
author | plegall <plg@piwigo.org> | 2008-10-12 18:46:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-10-12 18:46:06 +0000 |
commit | 720d6134bd778de6df68f900f1939369ee0c3d9b (patch) | |
tree | 541c3c8e236cae609c036b3142e1dbbe730e030e /include | |
parent | 320d2a88ea6883b23923cd8592db3875d850a105 (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.php | 2 |
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 */ |