diff options
author | plegall <plg@piwigo.org> | 2008-10-04 21:44:20 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-10-04 21:44:20 +0000 |
commit | 995dc217ad67db8c38a6174eafbef6be94443cbb (patch) | |
tree | a2488a450fc130872800aa674fb1337fcd9d187e /include | |
parent | 7eb9aad9b2844922c8df01ce9e5cf4c32a7bf0d9 (diff) |
Release candidate 2.0.0RC2 hard coded.2.0.0RC2
git-svn-id: http://piwigo.org/svn/tags/release-2_0_0RC2@2660 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..cdb4dd485 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', 'Butterfly'); +define('PHPWG_VERSION', '2.0.0RC2'); 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 */ |