diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-06-25 21:55:00 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-06-25 21:55:00 +0200 |
commit | d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f (patch) | |
tree | 6ed1780643d05db166f5582bfad2ef25c81417f4 /phpBB/includes | |
parent | 35b7a4fae54ed92d5c6668c6ce4657340c92beee (diff) | |
download | forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.gz forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.bz2 forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.xz forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.zip |
[prep-release-3.2.1] Update version numbers for 3.2.1-RC1
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); |