aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-25 21:55:00 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-25 21:55:00 +0200
commitd423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f (patch)
tree6ed1780643d05db166f5582bfad2ef25c81417f4 /phpBB/install/phpbbcli.php
parent35b7a4fae54ed92d5c6668c6ce4657340c92beee (diff)
downloadforums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar
forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.gz
forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.bz2
forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.tar.xz
forums-d423b2ec0d94dba7ca303f7e91ba44dfbd60fe0f.zip
[prep-release-3.2.1] Update version numbers for 3.2.1-RC1
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 c67766e8a1..afc70f3302 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');
+define('PHPBB_VERSION', '3.2.1-RC1');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);