diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-07 17:33:13 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-07 17:36:16 +0100 |
commit | 9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c (patch) | |
tree | 469b23cfbcc6787e2b6f9ca5520ebeffb6bce425 /phpBB/includes | |
parent | c00e45d30ef43e9dbdd2c90c27e1901e6d02b206 (diff) | |
download | forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar.gz forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar.bz2 forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.tar.xz forums-9d7b6260bd1ef0a0a07af7ec5cd2c1955f31a74c.zip |
[release-3.2.0-b2] Update versions to 3.2.0-3-dev
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 f2b56cc84b..3a186fd892 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-b2-dev'); +@define('PHPBB_VERSION', '3.2.0-b3-dev'); // QA-related // define('PHPBB_QA', 1); |