diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 22:00:13 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 22:00:13 +0100 |
commit | 90210bf37186c6845c377a5dc5547c80aab7a552 (patch) | |
tree | 52e17faafd4f85e30d68677ba71dcfe13b45731b /phpBB/install/phpbbcli.php | |
parent | 1f1835ede00b67f1de94df2018ee281143224a22 (diff) | |
parent | 39b142077478876b4c2ef270c081681070f264d7 (diff) | |
download | forums-90210bf37186c6845c377a5dc5547c80aab7a552.tar forums-90210bf37186c6845c377a5dc5547c80aab7a552.tar.gz forums-90210bf37186c6845c377a5dc5547c80aab7a552.tar.bz2 forums-90210bf37186c6845c377a5dc5547c80aab7a552.tar.xz forums-90210bf37186c6845c377a5dc5547c80aab7a552.zip |
Merge branch 'prep-release-3.2.2' into 3.2.x
Diffstat (limited to 'phpBB/install/phpbbcli.php')
-rwxr-xr-x | phpBB/install/phpbbcli.php | 2 |
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); |