diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2019-04-20 22:58:53 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-20 22:58:53 +0200 |
| commit | f9c165d2c16b85cff88439b55a4c52694d39df03 (patch) | |
| tree | e7c122707fd83e913644951fa794e6075c022529 /phpBB/includes | |
| parent | ff72df5218ea905e44f16e73895b2b5e763282b8 (diff) | |
| download | forums-f9c165d2c16b85cff88439b55a4c52694d39df03.tar forums-f9c165d2c16b85cff88439b55a4c52694d39df03.tar.gz forums-f9c165d2c16b85cff88439b55a4c52694d39df03.tar.bz2 forums-f9c165d2c16b85cff88439b55a4c52694d39df03.tar.xz forums-f9c165d2c16b85cff88439b55a4c52694d39df03.zip | |
[prep-release-3.2.6] Update version numbers for 3.2.6-RC1
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); |
