aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-07 11:48:15 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-07 11:48:15 +0100
commitda8ec61ab2dba1c8bb770932a6983cddbbb1251c (patch)
treec39196d3c52bbc0c00db139f6ee039faedba9704 /phpBB/install/phpbbcli.php
parent44f130808fc8ce9d125094d5294355d2b014014a (diff)
downloadforums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.gz
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.bz2
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.xz
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.zip
[prep-release-3.2.0] Update version numbers and add 3.2.0 migration
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 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);