diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-12-06 15:32:48 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-09 20:50:48 +0100 |
commit | 185bda094b9e85505526463747a30bc5bb529666 (patch) | |
tree | 6f53997b977596a4e1612815b3ef0e7f7110fbee /phpBB/includes | |
parent | ddfc52a5f6d0835067a33ff187ce8313e6088f4e (diff) | |
download | forums-185bda094b9e85505526463747a30bc5bb529666.tar forums-185bda094b9e85505526463747a30bc5bb529666.tar.gz forums-185bda094b9e85505526463747a30bc5bb529666.tar.bz2 forums-185bda094b9e85505526463747a30bc5bb529666.tar.xz forums-185bda094b9e85505526463747a30bc5bb529666.zip |
[prep-release-3.2.0-RC2] Update version numbers to 3.2.0-RC2
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 38017255b4..b281d8cdb5 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-RC2-dev'); +@define('PHPBB_VERSION', '3.2.0-RC2'); // QA-related // define('PHPBB_QA', 1); |