From 554b90b59f7c5eb74882b4b73dcbe985dd343f06 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 19 Dec 2015 17:33:53 +0100 Subject: [release-3.2.0-a2] Update version to 3.2.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 b21fdf6b17..8056abef00 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.2.0-a2'); +@define('PHPBB_VERSION', '3.2.0-a3-dev'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1