diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-07 17:04:28 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-07 17:04:28 +0100 |
commit | 9e1ef9fad3b0e02ed753100943293a6ea79f67dd (patch) | |
tree | f0fe8432b9970e2602b167b83c3d702c8d3da508 /phpBB/install/phpbbcli.php | |
parent | 44f130808fc8ce9d125094d5294355d2b014014a (diff) | |
parent | 830a384988587c817d9426fade09d6dd227def5d (diff) | |
download | forums-9e1ef9fad3b0e02ed753100943293a6ea79f67dd.tar forums-9e1ef9fad3b0e02ed753100943293a6ea79f67dd.tar.gz forums-9e1ef9fad3b0e02ed753100943293a6ea79f67dd.tar.bz2 forums-9e1ef9fad3b0e02ed753100943293a6ea79f67dd.tar.xz forums-9e1ef9fad3b0e02ed753100943293a6ea79f67dd.zip |
Merge branch 'prep-release-3.2.0' 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 f5dfa83712..c67766e8a1 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-RC3-dev'); +define('PHPBB_VERSION', '3.2.0'); $phpbb_root_path = __DIR__ . '/../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |