From a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 22 Nov 2014 19:22:40 +0100 Subject: [prep-release-3.1.2] Update version to 3.1.2-RC1 --- 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 2d4cb727a7..2b73316530 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.2-RC1-dev'); +define('PHPBB_VERSION', '3.1.2-RC1'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1 From 3862b60094c591365454ee52c688743486d9cc8f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 24 Nov 2014 21:31:49 +0100 Subject: [prep-release-3.1.2] Increase version number to 3.1.2 --- 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 2b73316530..6e0bb809af 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.2-RC1'); +define('PHPBB_VERSION', '3.1.2'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1 From 9c9623e47f179e2fee386e939d98e5428ac68a44 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 25 Nov 2014 16:43:43 +0100 Subject: [prep-release-3.1.2] Update the development version to 3.1.3-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 6e0bb809af..0ac9208aa4 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.2'); +define('PHPBB_VERSION', '3.1.3-RC1-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1 From acfb9b95397903750a22c8d60b270b4329b1c4ae Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Jan 2015 19:42:06 +0100 Subject: [prep-release-3.1.3] Update version to 3.1.2-RC1 --- 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 0ac9208aa4..9d86e63765 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.3-RC1-dev'); +define('PHPBB_VERSION', '3.1.3-RC1'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1 From dd182c5433129c7116fb01afc1a80425e3c92d22 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 31 Jan 2015 01:03:55 +0100 Subject: [prep-release-3.1.3] Update version to 3.1.3-RC2 --- 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 9d86e63765..44acf76721 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.3-RC1'); +define('PHPBB_VERSION', '3.1.3-RC2'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1