diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-11-18 14:05:56 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-11-18 14:05:56 +0100 |
| commit | 635752fafc275c091cfc130e2f7b5e2ca5fe91d5 (patch) | |
| tree | f7b33c10e2db306c0cab7cd05b73a00675f41b4e /phpBB/includes | |
| parent | 2e51e68ca145940462155d5164bf91bb4264d488 (diff) | |
| parent | fbca4e9c7b2f723dde8e0034b7f5fedc9d0c8483 (diff) | |
| download | forums-635752fafc275c091cfc130e2f7b5e2ca5fe91d5.tar forums-635752fafc275c091cfc130e2f7b5e2ca5fe91d5.tar.gz forums-635752fafc275c091cfc130e2f7b5e2ca5fe91d5.tar.bz2 forums-635752fafc275c091cfc130e2f7b5e2ca5fe91d5.tar.xz forums-635752fafc275c091cfc130e2f7b5e2ca5fe91d5.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
[ticket/9509] Fix a typo and wrong period placement
[develop-olympus] Revert accidental revert of db update lang fix and version
[develop-olympus] Remove accidentally added trailing newlines.
[develop-olympus] Incrementing the version number to 3.0.9-dev.
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 a4635895b0..2b19aa185d 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.8-RC1'); +define('PHPBB_VERSION', '3.0.9-dev'); // QA-related // define('PHPBB_QA', 1); |
