aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-01 19:15:31 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-12-01 19:15:31 +0100
commit0a14d7aff3328d8fb060fcde72aad6e99e33487e (patch)
tree5702fa96bfc0c769d5fa818f47e8be9bccef4178 /phpBB/install/phpbbcli.php
parent9e6c2251dfceb8e54b25e03a335e8d55b7b92f58 (diff)
parentb7243fad62a61a3f8fb8e4417aec847b89cea508 (diff)
downloadforums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar.gz
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar.bz2
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar.xz
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.zip
Merge branch 'prep-release-3.2.5' 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 8911274055..9221024998 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.4');
+define('PHPBB_VERSION', '3.2.5-RC1');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);