aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-24 22:24:08 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-24 22:25:41 +0100
commit294f926bfccc6be8a7098923b4c55ebab66e83e3 (patch)
treef6157172deda697a790da27143ddb424e94cc99f /phpBB/install/phpbbcli.php
parent68996e527eddba545a045b4d1142f73942862b45 (diff)
downloadforums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar.gz
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar.bz2
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.tar.xz
forums-294f926bfccc6be8a7098923b4c55ebab66e83e3.zip
[ticket/14495] Updates the version to 3.3.0-a1-dev
PHPBB3-14495
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 70a8a9c7ea..a7e700c7cd 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-b2-dev');
+define('PHPBB_VERSION', '3.3.0-a1-dev');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);