diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-07-11 21:26:12 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-07-11 21:26:12 +0200 |
commit | 8e310231bda3a1319c9f5cc54d3bca60d1ccca7e (patch) | |
tree | bf51f08cd1a3959c33d02bd8f9e8f004fe241a00 /phpBB/includes | |
parent | 05c47a0f4abcc068e2dbba095cf2b9482022fa82 (diff) | |
parent | b99d47ce7e39a947bbc625df2cef67be22d9c827 (diff) | |
download | forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar.gz forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar.bz2 forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar.xz forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.zip |
Merge branch 'prep-release-3.2.1' into 3.2.x
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 440064140c..c5e04802fc 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.1-dev'); +@define('PHPBB_VERSION', '3.2.1-RC1'); // QA-related // define('PHPBB_QA', 1); |