diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-04-21 00:16:06 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-21 00:16:06 +0200 |
commit | 446c0459c92055a215baba6009f8515068cb019d (patch) | |
tree | 98f74156bcea74f0cad5728d2a3c96c92ecb2348 /phpBB/install/phpbbcli.php | |
parent | ff72df5218ea905e44f16e73895b2b5e763282b8 (diff) | |
parent | 2b0645b7b9030ce5101f3a3aa4c10ed446527dc8 (diff) | |
download | forums-446c0459c92055a215baba6009f8515068cb019d.tar forums-446c0459c92055a215baba6009f8515068cb019d.tar.gz forums-446c0459c92055a215baba6009f8515068cb019d.tar.bz2 forums-446c0459c92055a215baba6009f8515068cb019d.tar.xz forums-446c0459c92055a215baba6009f8515068cb019d.zip |
Merge branch 'prep-release-3.2.6' 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 f6893f0944..c87a9a83ad 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.5'); +define('PHPBB_VERSION', '3.2.6-RC1'); $phpbb_root_path = __DIR__ . '/../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |