diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-06-11 02:29:11 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-06-12 19:45:01 +0200 |
commit | 7232ca4102f7af992abe80037c3414f4d6b7768d (patch) | |
tree | b240cfd341630ca74f616ae9129322f0f086d96e /phpBB/includes | |
parent | b774520621e5508365984a890e1b9c2375c201c3 (diff) | |
download | forums-7232ca4102f7af992abe80037c3414f4d6b7768d.tar forums-7232ca4102f7af992abe80037c3414f4d6b7768d.tar.gz forums-7232ca4102f7af992abe80037c3414f4d6b7768d.tar.bz2 forums-7232ca4102f7af992abe80037c3414f4d6b7768d.tar.xz forums-7232ca4102f7af992abe80037c3414f4d6b7768d.zip |
[develop-olympus] Bumping version number for 3.0.9-RC1.
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 b5a0aa893a..9cde068773 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.9-dev'); +define('PHPBB_VERSION', '3.0.9-RC1'); // QA-related // define('PHPBB_QA', 1); |