From ce74a0bd6ce6cd0bcb7cfe1c05bfadac7cc5151c Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 27 Apr 2015 23:22:44 +0200 Subject: [3.0.x] Bump version numbers for 3.0.14-RC1 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 b0e814cc6a..97943574cb 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-dev'); +define('PHPBB_VERSION', '3.0.14-RC1'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1