From 6fc7fc1c754e8d290fd48adb091fa981b73be7ce Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 18 Feb 2016 17:59:26 +0100 Subject: Update version for final 3.1.8 release --- 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 1e30dd5b3d..9b886c028f 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.8-RC1'); +define('PHPBB_VERSION', '3.1.8'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1