From a469974c85fa04b3f0bc85bd99701920e83b016e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 4 May 2014 20:23:33 +0200 Subject: [prep-release-3.1.0-b3] Update phpBB Version for b4 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 14951368eb..77cb499533 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.0-b3'); +define('PHPBB_VERSION', '3.1.0-b4-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1