diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-07 11:48:15 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-07 11:48:15 +0100 |
commit | da8ec61ab2dba1c8bb770932a6983cddbbb1251c (patch) | |
tree | c39196d3c52bbc0c00db139f6ee039faedba9704 /phpBB/includes/constants.php | |
parent | 44f130808fc8ce9d125094d5294355d2b014014a (diff) | |
download | forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.gz forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.bz2 forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.xz forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.zip |
[prep-release-3.2.0] Update version numbers and add 3.2.0 migration
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 a6a5bf41cb..523f7adc53 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-RC3-dev'); +@define('PHPBB_VERSION', '3.2.0'); // QA-related // define('PHPBB_QA', 1); |