diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 17:27:20 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 17:27:20 +0200 |
commit | 80d113f6883ea25eec0ba9947cd3bc9c330c5ef6 (patch) | |
tree | 28d03ccbd48499e3861dc2f3dca437eb64ae31a4 /phpBB/includes/constants.php | |
parent | 5b6bce89c9866142bb489b6bd6bbf6362c4b9a7a (diff) | |
download | forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar.gz forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar.bz2 forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar.xz forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.zip |
[prep-release-3.1.0-b3] Update version to 3.1.0-b3
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 66d2e4bd81..14951368eb 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.0-b3-dev'); +define('PHPBB_VERSION', '3.1.0-b3'); // QA-related // define('PHPBB_QA', 1); |