diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-12 00:43:52 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-12 21:10:05 +0200 |
commit | f1dd35387c3e98cd4b623de5d0c9ffde470dd4c3 (patch) | |
tree | 62f5975cb097e96b838eebc619118ab13b976c17 /phpBB/includes/constants.php | |
parent | 6f14c8375eac4f574182980c45919de439a58df5 (diff) | |
download | forums-f1dd35387c3e98cd4b623de5d0c9ffde470dd4c3.tar forums-f1dd35387c3e98cd4b623de5d0c9ffde470dd4c3.tar.gz forums-f1dd35387c3e98cd4b623de5d0c9ffde470dd4c3.tar.bz2 forums-f1dd35387c3e98cd4b623de5d0c9ffde470dd4c3.tar.xz forums-f1dd35387c3e98cd4b623de5d0c9ffde470dd4c3.zip |
[develop-olympus] Bump version numbers for 3.0.12-RC1 release.
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 ad5b43bc9a..0a853adb9b 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-dev'); +define('PHPBB_VERSION', '3.0.12-RC1'); // QA-related // define('PHPBB_QA', 1); |