aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-12-10 00:25:58 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-10 00:25:58 +0100
commit886ec98dc7e704c85c90e95b3e4877ce0b1b9271 (patch)
treea1952d4b3177556e5ac2e522f82318e3f59c96b2 /phpBB/install/phpbbcli.php
parentddfc52a5f6d0835067a33ff187ce8313e6088f4e (diff)
parentaf7dca6acd1e7431b8f732df1f84051866da6bf8 (diff)
downloadforums-886ec98dc7e704c85c90e95b3e4877ce0b1b9271.tar
forums-886ec98dc7e704c85c90e95b3e4877ce0b1b9271.tar.gz
forums-886ec98dc7e704c85c90e95b3e4877ce0b1b9271.tar.bz2
forums-886ec98dc7e704c85c90e95b3e4877ce0b1b9271.tar.xz
forums-886ec98dc7e704c85c90e95b3e4877ce0b1b9271.zip
Merge branch 'prep-release-3.2.0-RC2' into 3.2.x
Diffstat (limited to 'phpBB/install/phpbbcli.php')
-rwxr-xr-xphpBB/install/phpbbcli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/phpbbcli.php b/phpBB/install/phpbbcli.php
index 3803fe7034..7de40e08cf 100755
--- a/phpBB/install/phpbbcli.php
+++ b/phpBB/install/phpbbcli.php
@@ -23,7 +23,7 @@ if (php_sapi_name() !== 'cli')
define('IN_PHPBB', true);
define('IN_INSTALL', true);
define('PHPBB_ENVIRONMENT', 'production');
-define('PHPBB_VERSION', '3.2.0-RC1');
+define('PHPBB_VERSION', '3.2.0-RC2');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);