diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-24 21:27:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-24 23:21:43 +0200 |
commit | 894dcaaaad2957b345a828274ada50d65104e2b6 (patch) | |
tree | 797b712d0bc841011fa27684c67ddbc70fbe612f /phpBB/includes | |
parent | 70a98e6f633761e695aaa5240d86c038c6f8f233 (diff) | |
download | forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar.gz forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar.bz2 forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar.xz forums-894dcaaaad2957b345a828274ada50d65104e2b6.zip |
[prep-release-3.1.0-RC1] Update version to 3.1.0-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 723956de0c..56fb402d4a 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.0-b5-dev'); +define('PHPBB_VERSION', '3.1.0-RC1'); // QA-related // define('PHPBB_QA', 1); |