diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 14:59:00 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-28 14:59:00 +0100 |
| commit | adad3aac66d2e21f659f8ded67a0964c5a2c3a32 (patch) | |
| tree | a1e8ce84f601073d5a60dd51a95947ed3d58ffe7 /phpBB | |
| parent | ca4a3f4698dfbe42f2aad4a7f4e738f13e1e4251 (diff) | |
| download | forums-adad3aac66d2e21f659f8ded67a0964c5a2c3a32.tar forums-adad3aac66d2e21f659f8ded67a0964c5a2c3a32.tar.gz forums-adad3aac66d2e21f659f8ded67a0964c5a2c3a32.tar.bz2 forums-adad3aac66d2e21f659f8ded67a0964c5a2c3a32.tar.xz forums-adad3aac66d2e21f659f8ded67a0964c5a2c3a32.zip | |
[prep-release-3.2.2] Update version to 3.2.2
Diffstat (limited to 'phpBB')
| -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 aff9eef55b..a453e5f7ff 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.2.1', + 'phpbb_version' => '3.2.2', '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 ea4e899109..00d07fee6c 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.2.1 -phpbb_version = 3.2.1 +style_version = 3.2.2 +phpbb_version = 3.2.2 # Defining a different template bitfield # template_bitfield = //g= |
