diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-10-28 20:13:01 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-10-28 20:13:01 +0100 |
commit | d55cdc35464acd221fcafbfacc047e418913e60a (patch) | |
tree | abdf1206ea6fca3f015b03145470dce6be30b8a1 /phpBB/includes/constants.php | |
parent | ed64a69760c40fcb4a4b50f82773575f6d997ff5 (diff) | |
download | forums-d55cdc35464acd221fcafbfacc047e418913e60a.tar forums-d55cdc35464acd221fcafbfacc047e418913e60a.tar.gz forums-d55cdc35464acd221fcafbfacc047e418913e60a.tar.bz2 forums-d55cdc35464acd221fcafbfacc047e418913e60a.tar.xz forums-d55cdc35464acd221fcafbfacc047e418913e60a.zip |
[prep-release-3.2.4] Update versions for 3.2.4-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 29ca6959c8..8938e23cfe 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.4-dev'); +@define('PHPBB_VERSION', '3.2.4-RC1'); // QA-related // define('PHPBB_QA', 1); |