Skip to content

Commit

Permalink
Bump version to 3672
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoncleanse committed Jan 24, 2017
1 parent 191b546 commit fa35ef7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Patch 3672 (January 24th, 2017)
============================
- Fixed non-default team balance option breaking the anti-rating-bug code


Patch 3671 (January 19th, 2017)
============================
- Fixed an unintentional bug with hosting games with an AI introduced with the rating bug fixes below
Expand Down
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 = '3671'
local Version = '3672'
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 = 3671
version = 3672
_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 fa35ef7

Please sign in to comment.