diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-11-08 23:42:23 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-11-08 23:42:23 +0100 |
commit | 336dc70047707e8cdd879e6dc18ed532a8f1cb33 (patch) | |
tree | 84351b6ac8f31039df2a563761a8c1b3184c794f /phpBB/includes | |
parent | f15446fe39734ae6e6314912055d95f3d6d60e6b (diff) | |
parent | 05dce726d09f73cec0572a18705d4b3db9665635 (diff) | |
download | forums-336dc70047707e8cdd879e6dc18ed532a8f1cb33.tar forums-336dc70047707e8cdd879e6dc18ed532a8f1cb33.tar.gz forums-336dc70047707e8cdd879e6dc18ed532a8f1cb33.tar.bz2 forums-336dc70047707e8cdd879e6dc18ed532a8f1cb33.tar.xz forums-336dc70047707e8cdd879e6dc18ed532a8f1cb33.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
[develop-olympus] Bumping version number for 3.0.8-RC1.
[ticket/9885] Fix extension group name updater. Loop through all languages.
[ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
[ticket/9883] Change an American English spelling to British English.
[task/phing-build] Correct the path for update package patch files.
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 ebaa342f54..a4635895b0 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-PL1'); +define('PHPBB_VERSION', '3.0.8-RC1'); // QA-related // define('PHPBB_QA', 1); |