aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-23 21:00:01 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-23 21:00:50 +0200
commit95880a5f4999e85d7a5dda2bfd592ddc9c231774 (patch)
treec53d1326b9c648375f1ff3a0a20a2f95aac2da0f /phpBB/install/phpbbcli.php
parent90a8e1dd1c8714f1e7da658a7401e782f6313fe4 (diff)
downloadforums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar
forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar.gz
forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar.bz2
forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.tar.xz
forums-95880a5f4999e85d7a5dda2bfd592ddc9c231774.zip
[3.3.x] Update version numbers to 3.3.0-b2-dev
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 51fa9f51ed..b7a07488ac 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.3.0-b1');
+define('PHPBB_VERSION', '3.3.0-b2-dev');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);