diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-07 21:10:14 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-07 21:10:14 +0200 |
commit | 7137dc387abd129adbcb168424f73696aa13e74c (patch) | |
tree | f84660dd969eb50dab375f3512bbc1d6e44c5ad7 /phpBB/includes | |
parent | 63bdd193e0da90dc12ff2b6523b255f832420d3b (diff) | |
download | forums-7137dc387abd129adbcb168424f73696aa13e74c.tar forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.gz forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.bz2 forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.xz forums-7137dc387abd129adbcb168424f73696aa13e74c.zip |
[prep-release-3.1.0-RC5] Update version to 3.1.0-RC5
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 b72e4ab6d4..deb349b425 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-RC5-dev'); +define('PHPBB_VERSION', '3.1.0-RC5'); // QA-related // define('PHPBB_QA', 1); |