aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-07-30 21:27:09 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-07-30 21:27:09 +0200
commit7fbfd7300ea7217eec055d9d70d72b4bbb770d26 (patch)
tree97339b3462648c6aec1d0891e561864906c3f70f /phpBB/install/phpbbcli.php
parent81b02587cd5b4c5543495be39d3cb94f78f99855 (diff)
downloadforums-7fbfd7300ea7217eec055d9d70d72b4bbb770d26.tar
forums-7fbfd7300ea7217eec055d9d70d72b4bbb770d26.tar.gz
forums-7fbfd7300ea7217eec055d9d70d72b4bbb770d26.tar.bz2
forums-7fbfd7300ea7217eec055d9d70d72b4bbb770d26.tar.xz
forums-7fbfd7300ea7217eec055d9d70d72b4bbb770d26.zip
[prep-release-3.2.3] Update version numbers for 3.2.3-RC2
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 611e4ec53b..e0e746d569 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.3-RC1');
+define('PHPBB_VERSION', '3.2.3-RC2');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);