diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-01-21 15:15:30 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-01-21 15:15:30 +0100 |
commit | 14585fcb4f1d6238a188089891a11895a557f99e (patch) | |
tree | f02c8d8c0f71a9e2489bbd9bc1981484fa01b11c /phpBB/includes | |
parent | 2c9e178a42dd3c096c693f2a18fd27620df83065 (diff) | |
download | forums-14585fcb4f1d6238a188089891a11895a557f99e.tar forums-14585fcb4f1d6238a188089891a11895a557f99e.tar.gz forums-14585fcb4f1d6238a188089891a11895a557f99e.tar.bz2 forums-14585fcb4f1d6238a188089891a11895a557f99e.tar.xz forums-14585fcb4f1d6238a188089891a11895a557f99e.zip |
[develop-olympus] Increment version number to 3.0.14-dev.
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 4b1a8f154b..b0e814cc6a 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -25,7 +25,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.0.13-RC1'); +define('PHPBB_VERSION', '3.0.14-dev'); // QA-related // define('PHPBB_QA', 1); |