aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-02-16 16:06:23 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-02-16 16:06:23 +0100
commit59454ccd9966cfb9449b013d97e7e40b961e2601 (patch)
tree0997d8f0811201be9c0d568192933fcae65b316a /phpBB/includes/constants.php
parent528c54f0f73eb73bfc347b4fc448c6dbba0e0460 (diff)
downloadforums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar
forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar.gz
forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar.bz2
forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar.xz
forums-59454ccd9966cfb9449b013d97e7e40b961e2601.zip
[ticket/10045] Update version in some more files.
I did not include the docs/INSTALL.html, because we need to do a bit more on that file before releasing 3.1 (Add section how to update from 3.0 to 3.1, ...) PHPBB3-10045
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 976c017552..9c157cf385 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.1.0-dev');
// QA-related
// define('PHPBB_QA', 1);