From 127c0c449315572f8859944815b4699f6303975c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Jan 2014 10:28:09 +0100 Subject: [prep-release-3.1.0-a3] Update version to 3.1.0-a3 --- 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 855b6ff187..883fcd3eb6 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.0-a3-dev'); +define('PHPBB_VERSION', '3.1.0-a3'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1 From bf93e20afb7a047dbdc848e808feac5788752ff7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Feb 2014 22:23:33 +0100 Subject: [prep-release-3.1.0-a3] Update version to 3.1.0-a4-dev for future development --- 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 883fcd3eb6..374b8ff7f7 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.0-a3'); +define('PHPBB_VERSION', '3.1.0-a4-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1