diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-12-31 16:31:04 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-31 16:31:04 +0100 |
commit | a2daf30415b7e67439f3d41bd843a133b400b03f (patch) | |
tree | 7c350a6a5a293192340a0bcadcd1562f3a46817e /phpBB | |
parent | 949f07e8ba81f6d711b7f7fa6024a19da71dc249 (diff) | |
download | forums-a2daf30415b7e67439f3d41bd843a133b400b03f.tar forums-a2daf30415b7e67439f3d41bd843a133b400b03f.tar.gz forums-a2daf30415b7e67439f3d41bd843a133b400b03f.tar.bz2 forums-a2daf30415b7e67439f3d41bd843a133b400b03f.tar.xz forums-a2daf30415b7e67439f3d41bd843a133b400b03f.zip |
[prep-release-3.1.12] Update version numbers to 3.1.12
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/style.cfg | 4 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/style.cfg | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index 4aca80188a..027627aacf 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.1.11', + 'phpbb_version' => '3.1.12', '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 019db11bc7..763c668ee3 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.1.11 -phpbb_version = 3.1.11 +style_version = 3.1.12 +phpbb_version = 3.1.12 # Defining a different template bitfield # template_bitfield = lNg= diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg index 65d846402d..9a65efa87c 100644 --- a/phpBB/styles/subsilver2/style.cfg +++ b/phpBB/styles/subsilver2/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = subsilver2 copyright = © 2005 phpBB Limited -style_version = 3.1.11 -phpbb_version = 3.1.11 +style_version = 3.1.12 +phpbb_version = 3.1.12 # Defining a different template bitfield # template_bitfield = lNg= |