diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-05-03 23:11:24 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-03 23:11:24 +0200 |
| commit | 22e3c6786416ee8500d4b63ffa4c9527d010eb72 (patch) | |
| tree | b5776bf4115d70d92a0f92d1ec9061d44110823e /phpBB/includes/constants.php | |
| parent | ccf5575dd800ae1c3754f747a9b4d47e2542746b (diff) | |
| parent | 0d3b393ca6205a37d23f8b9abc4cb4d87171305c (diff) | |
| download | forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar.gz forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar.bz2 forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.tar.xz forums-22e3c6786416ee8500d4b63ffa4c9527d010eb72.zip | |
Merge branch 'prep-release-3.2.7' 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 7f36c620f3..149b95758d 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.7-dev'); +@define('PHPBB_VERSION', '3.2.7-RC1'); // QA-related // define('PHPBB_QA', 1); |
