Skip to content

Commit b37f0c1

Browse files
authored
Merge pull request #356 from phpbb/release/3.3.10
Update titania config for 3.3.10 release
2 parents 3471753 + 4e1ed84 commit b37f0c1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function set_default_config()
184184
'30' => array('latest_revision' => '14', 'name' => 'phpBB 3.0.x', 'allow_uploads' => false),
185185
'31' => array('latest_revision' => '12', 'name' => 'phpBB 3.1.x', 'allow_uploads' => false),
186186
'32' => array('latest_revision' => '11', 'name' => 'phpBB 3.2.x', 'allow_uploads' => true),
187-
'33' => array('latest_revision' => '9', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
187+
'33' => array('latest_revision' => '10', 'name' => 'phpBB 3.3.x', 'allow_uploads' => true),
188188
)),
189189

190190
// MPV server(s)
211 KB
Binary file not shown.
7.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)