diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-09-08 21:52:42 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-08 21:52:42 +0200 |
commit | 08842e6ba505b162573dff8b942bd7bd832e938a (patch) | |
tree | 1dda85aa4cc67a8170406323ff78fe6bd4b1420f /phpBB/includes | |
parent | ae00da85ec4cbea187957d282932cd9135ca722e (diff) | |
download | forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar.gz forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar.bz2 forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar.xz forums-08842e6ba505b162573dff8b942bd7bd832e938a.zip |
[prep-release-3.2.8] Update version numbers for 3.2.8 release
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 fedd297895..99576b8ce6 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-RC1'); +@define('PHPBB_VERSION', '3.2.8'); // QA-related // define('PHPBB_QA', 1); |