aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-09-20 22:21:47 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-09-20 22:21:47 +0200
commitf0afccb173fb728b6c70a8bd86c4d8869043581a (patch)
treea6621ca13c644cacb8e36d449f338ecdcf78756c /phpBB/install
parent4db585a4cb2e5359074a82ef088574609155294b (diff)
parentb94464d06382a4b379d9dcd52f1bee757a4a0500 (diff)
downloadforums-f0afccb173fb728b6c70a8bd86c4d8869043581a.tar
forums-f0afccb173fb728b6c70a8bd86c4d8869043581a.tar.gz
forums-f0afccb173fb728b6c70a8bd86c4d8869043581a.tar.bz2
forums-f0afccb173fb728b6c70a8bd86c4d8869043581a.tar.xz
forums-f0afccb173fb728b6c70a8bd86c4d8869043581a.zip
Merge branch 'prep-release-3.2.8' into 3.2.x
Diffstat (limited to 'phpBB/install')
-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 7659b13f56..ddf17fa5f6 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-RC1');
+define('PHPBB_VERSION', '3.2.8');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);