Skip to content

Commit

Permalink
Fix lobby changelog, update, and bump for push
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoncleanse committed Dec 3, 2017
1 parent 58077cd commit 6d8ba34
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Patch 3692 (1st December 2017)
Patch 3693 (3rd December, 2017)
============================
### Lobby
- Fixed the lobby changelog appearing every time

### Contributors
- IceDreamer


Patch 3692 (1st December, 2017)
============================
### Shared Armies
- This patch ships with a new, modified exe file that enables the Shared Armies alpha mod. The mod can be found on the vault.
Expand Down
13 changes: 12 additions & 1 deletion lua/ui/lobby/changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
last_version = 3690
last_version = 3693
changelog = {
{
version = 3,
Expand Down Expand Up @@ -1381,4 +1381,15 @@ changelog = {
'- Uveso',
},
},
{
version = 3693,
name = 'Game Version 3693',
description = {
'**Lobby**',
'- Fixed the lobby changelog appearing every time',
'',
'**Contributors**',
'- IceDreamer',
},
},
}
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 = '3692'
local Version = '3693'
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 = 3692
version = 3693
_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 6d8ba34

Please sign in to comment.