From 50d2e337b02e8bdec80ed0672cf2e1fe384b6f3e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 11 Jul 2017 21:11:07 +0200 Subject: [3.1.x] Update version number to 3.1.12-dev --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 79f5a6f30f..0c1a0b03ba 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.11-RC1'); +define('PHPBB_VERSION', '3.1.12-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1