diff options
author | plegall <plg@piwigo.org> | 2008-09-27 21:18:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-09-27 21:18:14 +0000 |
commit | 50c4f0d6828d3b96cbc3abd368e8e21f7a2728aa (patch) | |
tree | b407ef9186e8d509d78abbae9765aa01d7637a38 /include/constants.php | |
parent | 704bae3ce7f417fefab3b084bceac077ca03ee39 (diff) |
Release candidate "2.0.0RC1" hard coded.2.0.0RC1
git-svn-id: http://piwigo.org/svn/tags/release-2_0_0RC1@2617 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-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 4966c8b59..7a131621a 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', 'Butterfly'); +define('PHPWG_VERSION', '2.0.0RC1'); define('PHPWG_DOMAIN', 'phpwebgallery.net'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext'); |