diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-07-11 21:26:12 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-07-11 21:26:12 +0200 |
commit | 8e310231bda3a1319c9f5cc54d3bca60d1ccca7e (patch) | |
tree | bf51f08cd1a3959c33d02bd8f9e8f004fe241a00 /phpBB/install/phpbbcli.php | |
parent | 05c47a0f4abcc068e2dbba095cf2b9482022fa82 (diff) | |
parent | b99d47ce7e39a947bbc625df2cef67be22d9c827 (diff) | |
download | forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar.gz forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar.bz2 forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.tar.xz forums-8e310231bda3a1319c9f5cc54d3bca60d1ccca7e.zip |
Merge branch 'prep-release-3.2.1' 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 c67766e8a1..afc70f3302 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'); +define('PHPBB_VERSION', '3.2.1-RC1'); $phpbb_root_path = __DIR__ . '/../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |