diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-17 21:42:42 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-17 21:42:42 +0200 |
commit | 5080c3e0888092b6408defd256f36c4c2fa27ba4 (patch) | |
tree | ce7bc9dcbd61d31527c11c6f6bfc84bc23e2e01d /phpBB/includes | |
parent | e59af343b898950ac004a949b6391d3724f0a551 (diff) | |
parent | 0f1643374ea1d9ae8ae589a22d5997655bc4ea23 (diff) | |
download | forums-5080c3e0888092b6408defd256f36c4c2fa27ba4.tar forums-5080c3e0888092b6408defd256f36c4c2fa27ba4.tar.gz forums-5080c3e0888092b6408defd256f36c4c2fa27ba4.tar.bz2 forums-5080c3e0888092b6408defd256f36c4c2fa27ba4.tar.xz forums-5080c3e0888092b6408defd256f36c4c2fa27ba4.zip |
Merge branch 'prep-release-3.2.8' into 3.2.x
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 89d056f2e1..fedd297895 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.8-dev'); +@define('PHPBB_VERSION', '3.2.8-RC1'); // QA-related // define('PHPBB_QA', 1); |