diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-12-21 10:46:12 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-21 10:46:12 +0100 |
commit | 84f01ed0dab5a45ea945361ac3283f8928a4a57f (patch) | |
tree | a27cba27cd57eea7b7c8ce1f45a6dfa8a396f226 | |
parent | [prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1 (diff) | |
download | phpbb-84f01ed0dab5a45ea945361ac3283f8928a4a57f.tar.gz phpbb-84f01ed0dab5a45ea945361ac3283f8928a4a57f.tar.bz2 phpbb-84f01ed0dab5a45ea945361ac3283f8928a4a57f.zip |
[prep-release-3.3.0-RC1] Update version numbers to 3.3.0-RC1
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/style.cfg | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index cefb33fe3c..f9b7e8010e 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -38,7 +38,7 @@ $dbms = $phpbb_config_php_file->convert_30_dbms_to_31($dbms); $convertor_data = array( 'forum_name' => 'phpBB 2.0.x', 'version' => '1.0.3', - 'phpbb_version' => '3.3.0-b2', + 'phpbb_version' => '3.3.0-RC1', 'author' => '<a href="https://www.phpbb.com/">phpBB Limited</a>', 'dbms' => $dbms, 'dbhost' => $dbhost, diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg index 9b9a02c1fb..7cc7ba4922 100644 --- a/phpBB/styles/prosilver/style.cfg +++ b/phpBB/styles/prosilver/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.3.0-b2 -phpbb_version = 3.3.0-b2 +style_version = 3.3.0-RC1 +phpbb_version = 3.3.0-RC1 # Defining a different template bitfield # template_bitfield = //g= |