Bump version to 3.0.7-RC2.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10506 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer 2010-02-18 02:14:02 +00:00
parent 19da9ac065
commit 5ae48dd873
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ if (!defined('IN_PHPBB'))
*/ */
// phpBB Version // phpBB Version
define('PHPBB_VERSION', '3.0.7-RC1'); define('PHPBB_VERSION', '3.0.7-RC2');
// QA-related // QA-related
// define('PHPBB_QA', 1); // define('PHPBB_QA', 1);

View file

@ -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. // Enter any version to update from to test updates. The version within the db will not be updated.
$debug_from_version = false; $debug_from_version = false;