From 26c6ffa458a70fa30d8bf925418ddf05cf86d1de Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 20 Sep 2014 09:52:53 +0200 Subject: [prep-release-3.1.0-RC4] Update phpBB Version for RC4 development --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 2c98327634..b72e4ab6d4 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-RC4'); +define('PHPBB_VERSION', '3.1.0-RC5-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1