diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-04-29 09:59:40 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-04-29 09:59:40 +0200 |
commit | 1ad09d9c8b40310698648e1064f186c2670ad880 (patch) | |
tree | 0aae57885c07fc74fe86f10578263011a0fe013f /phpBB/includes/constants.php | |
parent | c1702b8e19a69c98ef049abb4e14157e3e208ed4 (diff) | |
download | forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar.gz forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar.bz2 forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar.xz forums-1ad09d9c8b40310698648e1064f186c2670ad880.zip |
[prep-release-3.1.4] Increase version number to 3.1.4-RC2
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 2fa489ff2d..385b205b27 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.4-RC1'); +define('PHPBB_VERSION', '3.1.4-RC2'); // QA-related // define('PHPBB_QA', 1); |