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 | |
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
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 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 */ diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 8b1ee34ee..019244d18 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = 'branch 1.7'; +$conf['version'] = '2.0.0RC2'; // URL of main gallery // Example : http://www.my.domain/my/directory |