diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-25 16:43:43 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-25 16:43:43 +0100 |
commit | 9c9623e47f179e2fee386e939d98e5428ac68a44 (patch) | |
tree | 60a4460f17d51ea6364c6267b4e95bf92324fa55 /phpBB/includes/constants.php | |
parent | 1ad0dd28f110a0b83bbd9f296757d729321f3ac8 (diff) | |
download | forums-9c9623e47f179e2fee386e939d98e5428ac68a44.tar forums-9c9623e47f179e2fee386e939d98e5428ac68a44.tar.gz forums-9c9623e47f179e2fee386e939d98e5428ac68a44.tar.bz2 forums-9c9623e47f179e2fee386e939d98e5428ac68a44.tar.xz forums-9c9623e47f179e2fee386e939d98e5428ac68a44.zip |
[prep-release-3.1.2] Update the development version to 3.1.3-RC1-dev
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 6e0bb809af..0ac9208aa4 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.2'); +define('PHPBB_VERSION', '3.1.3-RC1-dev'); // QA-related // define('PHPBB_QA', 1); |