aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-03 21:41:22 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-03 21:41:22 +0100
commitf80ec7e7864d686a4ac392a4c9d100960ddb83c7 (patch)
treec49f4935fe1c6bc0fc21807680bca96673e419d1 /phpBB/install/phpbbcli.php
parent03fba990747bb0eeda47c8247b5808257d1443b7 (diff)
downloadforums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.gz
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.bz2
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.xz
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.zip
[prep-release-3.2.0-b1] Update version to 3.2.0-b1
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 649d0c4283..aa7256577f 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-a2-dev');
+define('PHPBB_VERSION', '3.2.0-b1');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);