From a8e2f4256b0f1330db8eb799bb26624cf185c6d4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 23 Nov 2019 14:25:02 +0100 Subject: [3.3.x] Update version numbers to 3.3.0-rc1-dev --- 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 a3b90b045b..493399bd71 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.3.0-b2'); +@define('PHPBB_VERSION', '3.3.0-RC1-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1