diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-04-21 00:16:06 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-21 00:16:06 +0200 |
commit | 446c0459c92055a215baba6009f8515068cb019d (patch) | |
tree | 98f74156bcea74f0cad5728d2a3c96c92ecb2348 /phpBB/includes | |
parent | ff72df5218ea905e44f16e73895b2b5e763282b8 (diff) | |
parent | 2b0645b7b9030ce5101f3a3aa4c10ed446527dc8 (diff) | |
download | forums-446c0459c92055a215baba6009f8515068cb019d.tar forums-446c0459c92055a215baba6009f8515068cb019d.tar.gz forums-446c0459c92055a215baba6009f8515068cb019d.tar.bz2 forums-446c0459c92055a215baba6009f8515068cb019d.tar.xz forums-446c0459c92055a215baba6009f8515068cb019d.zip |
Merge branch 'prep-release-3.2.6' 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 d80f348ac5..98b60166a3 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.6-dev'); +@define('PHPBB_VERSION', '3.2.6-RC1'); // QA-related // define('PHPBB_QA', 1); |