diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-05-03 14:40:50 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-05-03 14:40:50 +0200 |
commit | 5382552fc8ce84cb82153363b95bd2362275d628 (patch) | |
tree | 34e29da403f3be352836040f5ee86b9d951c3e50 /phpBB/includes | |
parent | 1a3350619f428d9d69d196c52128727e27ef2f04 (diff) | |
download | forums-5382552fc8ce84cb82153363b95bd2362275d628.tar forums-5382552fc8ce84cb82153363b95bd2362275d628.tar.gz forums-5382552fc8ce84cb82153363b95bd2362275d628.tar.bz2 forums-5382552fc8ce84cb82153363b95bd2362275d628.tar.xz forums-5382552fc8ce84cb82153363b95bd2362275d628.zip |
[prep-release-3.0.14] Bump version numbers for 3.0.14 release.
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 97943574cb..e8a3191280 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.14-RC1'); +define('PHPBB_VERSION', '3.0.14'); // QA-related // define('PHPBB_QA', 1); |