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/includes/constants.php | |
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/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 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); |