diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-05-04 15:26:45 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-04 15:26:45 +0200 |
commit | 9434e4fa88df57a13becffa164c52bd653c66b61 (patch) | |
tree | 86d0947d06cbe082fc9358167d7e080277bc0b14 /phpBB/includes/constants.php | |
parent | 0d3b393ca6205a37d23f8b9abc4cb4d87171305c (diff) | |
download | forums-9434e4fa88df57a13becffa164c52bd653c66b61.tar forums-9434e4fa88df57a13becffa164c52bd653c66b61.tar.gz forums-9434e4fa88df57a13becffa164c52bd653c66b61.tar.bz2 forums-9434e4fa88df57a13becffa164c52bd653c66b61.tar.xz forums-9434e4fa88df57a13becffa164c52bd653c66b61.zip |
[prep-release-3.2.7] Update version numbers to 3.2.7
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 149b95758d..3effe6cf3c 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-RC1'); +@define('PHPBB_VERSION', '3.2.7'); // QA-related // define('PHPBB_QA', 1); |