From 5382552fc8ce84cb82153363b95bd2362275d628 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 3 May 2015 14:40:50 +0200 Subject: [prep-release-3.0.14] Bump version numbers for 3.0.14 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 97943574cb..e8a3191280 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -25,7 +25,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.0.14-RC1'); +define('PHPBB_VERSION', '3.0.14'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1