diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-12-26 11:31:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-26 11:31:00 +0100 |
commit | 7286532656e9084085fd073d9fa4ad9d36564fe3 (patch) | |
tree | 5543fff1add387f0db74ed6d1e249529778f322f /phpBB/includes/constants.php | |
parent | 4e2e36df60e3d283d1c6a6e2300db4d5a0045163 (diff) | |
parent | 7d90f84306870f9d8fb57426bced1c652fc02c98 (diff) | |
download | forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar.gz forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar.bz2 forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar.xz forums-7286532656e9084085fd073d9fa4ad9d36564fe3.zip |
Merge branch 'prep-release-3.2.9' into 3.2.x
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 a2e7d92f7d..12df965bd9 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.9-dev'); +@define('PHPBB_VERSION', '3.2.9-RC1'); // QA-related // define('PHPBB_QA', 1); |