diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-01 19:20:55 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-12-01 19:20:55 +0100 |
commit | 73fd2f357323bc3690ce15be23a54ef1896f87fa (patch) | |
tree | 6725357510b6d64ee0cfe31dc799782037c15d9e /phpBB/includes | |
parent | 0a14d7aff3328d8fb060fcde72aad6e99e33487e (diff) | |
download | forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.gz forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.bz2 forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.tar.xz forums-73fd2f357323bc3690ce15be23a54ef1896f87fa.zip |
[3.2.x] Update versions to 3.2.6-dev
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 0c6595945c..d80f348ac5 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.5-RC1'); +@define('PHPBB_VERSION', '3.2.6-dev'); // QA-related // define('PHPBB_QA', 1); |