aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-04-02 10:06:59 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-04-02 10:06:59 +0200
commit83b56f7855bcd43dd73499c90c5f9fedf127da0e (patch)
tree0e10a27149b57ae1d9eac0c8d5d5b58191fa5c45 /phpBB/install/phpbbcli.php
parentf9b60863025b02f49261515f952e99dd23f25bb6 (diff)
downloadforums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar.gz
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar.bz2
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.tar.xz
forums-83b56f7855bcd43dd73499c90c5f9fedf127da0e.zip
[ticket/14495] Specify correct version numbers in 3.2.x
DO NOT apply these changes into master when merging it. This means that you'll have to checkout the latest files from upstream after merging this into master (possibly while resolving likely merge conflicts). 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 4b86f64e2a..87eab84b5a 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-a1-dev');
+define('PHPBB_VERSION', '3.2.0-b3-dev');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);