Skip to content

Commit

Permalink
hotfix 3700 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shalkya authored and PhilipJFryFAF committed Oct 20, 2018
1 parent 6b1aaad commit 3c359d5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Hotfix Patch 3700 (20 October, 2018)
============================
- Fixed bug that caused users to get stuck when trying to host/join a game

### Contributors
- speed2

Patch 3699 (20 October, 2018)
============================
### Lobby
Expand Down
12 changes: 11 additions & 1 deletion lua/ui/lobby/changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
last_version = 3699
last_version = 3700
changelog = {
{
version = 3,
Expand Down Expand Up @@ -1822,4 +1822,14 @@ changelog = {
'- PhilipJFry',
},
},
{
version = 3700,
name = 'Game Version 3700',
description = {
'- Fixed bug that caused users to get stuck when trying to host/join a game',
'',
'**Contributors**',
'- speed2',
},
},
}
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local Version = '3699'
local Version = '3700'
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
return Version
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Documentation for the extended FAF mod_info.lua format can be found here:
-- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation
name = "Forged Alliance Forever"
version = 3699
version = 3700
_faf_modname='faf'
copyright = "Forged Alliance Forever Community"
description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"
Expand Down

0 comments on commit 3c359d5

Please sign in to comment.