diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-12-25 17:53:09 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-12-25 17:53:09 +0100 |
commit | 6c85564cc16397c58d2313fd7a2b7d42b9a36852 (patch) | |
tree | a344d701c8317b0db703cd811ced2df4be2c44d5 | |
parent | 8cfe6a900c8e83ee27a01ff1ecb5b84ac328a681 (diff) | |
download | forums-6c85564cc16397c58d2313fd7a2b7d42b9a36852.tar forums-6c85564cc16397c58d2313fd7a2b7d42b9a36852.tar.gz forums-6c85564cc16397c58d2313fd7a2b7d42b9a36852.tar.bz2 forums-6c85564cc16397c58d2313fd7a2b7d42b9a36852.tar.xz forums-6c85564cc16397c58d2313fd7a2b7d42b9a36852.zip |
[prep-release-3.2.9] Update version numbers to 3.2.9
-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 654f705967..ff5ec29019 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.8', + 'phpbb_version' => '3.2.9', '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 8e3ba24aaa..697bcee97d 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.8 -phpbb_version = 3.2.8 +style_version = 3.2.9 +phpbb_version = 3.2.9 # Defining a different template bitfield # template_bitfield = //g= |