diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-17 21:44:17 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-17 21:44:17 +0200 |
commit | 9c15594fe498a8a1640bb89aa0c93800918a9798 (patch) | |
tree | 53fdf3d97789db267f7c23c4bef4d3c4d9f11767 /phpBB/includes/constants.php | |
parent | 5080c3e0888092b6408defd256f36c4c2fa27ba4 (diff) | |
download | forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar.gz forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar.bz2 forums-9c15594fe498a8a1640bb89aa0c93800918a9798.tar.xz forums-9c15594fe498a8a1640bb89aa0c93800918a9798.zip |
[3.2.x] Update version numbers to 3.2.9-dev
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 fedd297895..a2e7d92f7d 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.9-dev'); // QA-related // define('PHPBB_QA', 1); |