diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-02-18 02:14:02 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-02-18 02:14:02 +0000 |
commit | 5ae48dd87313398e9567ea97ea24eaf716b8d15c (patch) | |
tree | d7694f81610a70c2bae39328aa31593ca72f8a51 /phpBB | |
parent | 19da9ac065d97907ef67e49f5edc7bbe68d4b79d (diff) | |
download | forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar.gz forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar.bz2 forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar.xz forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.zip |
Bump version to 3.0.7-RC2.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10506 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/constants.php | 2 | ||||
-rw-r--r-- | phpBB/install/database_update.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index c592e7ef57..0157fbd422 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -25,7 +25,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.0.7-RC1'); +define('PHPBB_VERSION', '3.0.7-RC2'); // QA-related // define('PHPBB_QA', 1); diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index fd7ada6b80..f5ff282279 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.7-RC1'; +$updates_to_version = '3.0.7-RC2'; // Enter any version to update from to test updates. The version within the db will not be updated. $debug_from_version = false; |