diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-11-21 00:57:53 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-11-21 00:57:53 +0100 |
commit | a9d7b1f9a144a6354638e6ef30e42cec2463f1b8 (patch) | |
tree | ef03394041289f3d593f2c3ead67f502cce2404f /phpBB/includes/constants.php | |
parent | f5633d281e04d93f5e4c0e0a01ffc82c9df12a8f (diff) | |
download | forums-a9d7b1f9a144a6354638e6ef30e42cec2463f1b8.tar forums-a9d7b1f9a144a6354638e6ef30e42cec2463f1b8.tar.gz forums-a9d7b1f9a144a6354638e6ef30e42cec2463f1b8.tar.bz2 forums-a9d7b1f9a144a6354638e6ef30e42cec2463f1b8.tar.xz forums-a9d7b1f9a144a6354638e6ef30e42cec2463f1b8.zip |
[develop-olympus] Increment version number to 3.0.11-dev in develop-olympus.
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 ec7b8c7123..a0444ea594 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.10-RC1'); +define('PHPBB_VERSION', '3.0.11-dev'); // QA-related // define('PHPBB_QA', 1); |