diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-08-01 17:26:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-08-01 17:26:34 +0200 |
commit | ea8f584de9d572f8c58b26acd1fd7551c42ab59c (patch) | |
tree | 0cbc04843262195ab8eff7743c63526596fbb209 /phpBB/includes | |
parent | 469d9ee1719c02c097291a1bf61c1f77c1e452a4 (diff) | |
download | forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar.gz forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar.bz2 forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar.xz forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.zip |
[prep-release-3.0.12] Bumping version number for 3.0.12-RC2.
Diffstat (limited to 'phpBB/includes')
-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 0a853adb9b..09e1e50b8d 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.12-RC1'); +define('PHPBB_VERSION', '3.0.12-RC2'); // QA-related // define('PHPBB_QA', 1); |