aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-30 17:53:03 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-30 17:53:03 +0200
commit807e000b912a30f3c8010dd7c2acdfa04f6c5392 (patch)
treec8297b272e4bfeff5d64ee2bfea9ca6418971ad8 /phpBB/includes/constants.php
parentfda2a774b7d5fe2d1f99be76f33b2e4925c20713 (diff)
parentda48b7df22cbca1cfcbe558851dcc52c096b5edc (diff)
downloadforums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar
forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar.gz
forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar.bz2
forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.tar.xz
forums-807e000b912a30f3c8010dd7c2acdfa04f6c5392.zip
Merge branch 'prep-release-3.1.0-b4' into develop-ascraeus
* prep-release-3.1.0-b4: [prep-release-3.1.0-b4] Update phpBB Version for b5 development [prep-release-3.1.0-b4] Add changelog for 3.1.0-b4 [prep-release-3.1.0-b4] Prepare Changelog [prep-release-3.1.0-b4] Add migration for 3.1.0-b4 [prep-release-3.1.0-b4] Update version to 3.1.0-b4
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 602067a0e7..cf18cafe90 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -28,7 +28,7 @@ if (!defined('IN_PHPBB'))
*/
// phpBB Version
-define('PHPBB_VERSION', '3.1.0-b4-dev');
+define('PHPBB_VERSION', '3.1.0-b5-dev');
// QA-related
// define('PHPBB_QA', 1);