diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-07-16 17:10:46 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-07-16 17:10:46 +0200 |
commit | 0e505c6fc7f0a5440eaeaf43f493077b02356b02 (patch) | |
tree | b8d634754a739eb66f093863199c4c68c01b967d /phpBB/includes | |
parent | 5b21903e66731d85e12632fe38651301a34a8240 (diff) | |
download | forums-0e505c6fc7f0a5440eaeaf43f493077b02356b02.tar forums-0e505c6fc7f0a5440eaeaf43f493077b02356b02.tar.gz forums-0e505c6fc7f0a5440eaeaf43f493077b02356b02.tar.bz2 forums-0e505c6fc7f0a5440eaeaf43f493077b02356b02.tar.xz forums-0e505c6fc7f0a5440eaeaf43f493077b02356b02.zip |
[prep-release-3.2.1] Update versions for 3.2.1
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 c5e04802fc..6ad0dcb4b8 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-RC1'); +@define('PHPBB_VERSION', '3.2.1'); // QA-related // define('PHPBB_QA', 1); |