diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 14:58:01 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 14:58:01 +0100 |
commit | ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251 (patch) | |
tree | 019b2b6e5e7db09374f51066c4c9a472f047022c /phpBB/includes/constants.php | |
parent | 1f1835ede00b67f1de94df2018ee281143224a22 (diff) | |
download | forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.gz forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.bz2 forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.xz forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.zip |
[prep-release-3.2.2] Update version to 3.2.2-RC1
Diffstat (limited to 'phpBB/includes/constants.php')
-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 07f9f27555..d4c14224f5 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.2-dev'); +@define('PHPBB_VERSION', '3.2.2-RC1'); // QA-related // define('PHPBB_QA', 1); |