aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-26 11:31:00 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-26 11:31:00 +0100
commit7286532656e9084085fd073d9fa4ad9d36564fe3 (patch)
tree5543fff1add387f0db74ed6d1e249529778f322f /phpBB/install/phpbbcli.php
parent4e2e36df60e3d283d1c6a6e2300db4d5a0045163 (diff)
parent7d90f84306870f9d8fb57426bced1c652fc02c98 (diff)
downloadforums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar
forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar.gz
forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar.bz2
forums-7286532656e9084085fd073d9fa4ad9d36564fe3.tar.xz
forums-7286532656e9084085fd073d9fa4ad9d36564fe3.zip
Merge branch 'prep-release-3.2.9' into 3.2.x
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 ddf17fa5f6..dbc8a17f8c 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.8');
+define('PHPBB_VERSION', '3.2.9-RC1');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);