diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-04-29 20:21:25 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-06-19 17:51:51 +0200 |
commit | 2eb8a97f4739c12d3b0b3026bd1a013f2c54a076 (patch) | |
tree | 486f998132bd52b60e14fa8e7bd92bd73c546340 /phpBB/includes/constants.php | |
parent | 1f42da7ba57436161b0150967c01300b77e9c5e5 (diff) | |
download | forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar.gz forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar.bz2 forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.tar.xz forums-2eb8a97f4739c12d3b0b3026bd1a013f2c54a076.zip |
[prep-release-3.2.0-RC1] Update version to 3.2.0-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 b3792dd8b9..154e4a1e43 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-b3-dev'); +@define('PHPBB_VERSION', '3.2.0-RC1'); // QA-related // define('PHPBB_QA', 1); |