diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-12-12 15:17:26 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-12-12 15:17:26 +0100 |
commit | c5a7643b72d93c349b83804034aacced4869c6e3 (patch) | |
tree | c2d4180507f3a63f7a6b00765ef572aa960936ca /phpBB/includes | |
parent | 901785bc5ee46634fcbbb839b95932f13c80253a (diff) | |
parent | 099a1b5f7535b0bef786b241e967bd71e4d91dbf (diff) | |
download | forums-c5a7643b72d93c349b83804034aacced4869c6e3.tar forums-c5a7643b72d93c349b83804034aacced4869c6e3.tar.gz forums-c5a7643b72d93c349b83804034aacced4869c6e3.tar.bz2 forums-c5a7643b72d93c349b83804034aacced4869c6e3.tar.xz forums-c5a7643b72d93c349b83804034aacced4869c6e3.zip |
Merge branch 'prep-release-3.1.7' into 3.1.x
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 ab943c2f86..1a2455f593 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.1.7-dev'); +define('PHPBB_VERSION', '3.1.7-RC1'); // QA-related // define('PHPBB_QA', 1); |