aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-28 14:58:01 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-28 14:58:01 +0100
commitca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251 (patch)
tree019b2b6e5e7db09374f51066c4c9a472f047022c /phpBB/install/phpbbcli.php
parent1f1835ede00b67f1de94df2018ee281143224a22 (diff)
downloadforums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar
forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.gz
forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.bz2
forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.tar.xz
forums-ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251.zip
[prep-release-3.2.2] Update version to 3.2.2-RC1
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 afc70f3302..17b8444aa5 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.1-RC1');
+define('PHPBB_VERSION', '3.2.2-RC1');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);