From 6d8ba3481068234d3f88f080078595780d208d98 Mon Sep 17 00:00:00 2001 From: IceDreamer Date: Sun, 3 Dec 2017 12:06:31 +0000 Subject: [PATCH] Fix lobby changelog, update, and bump for push --- changelog.md | 11 ++++++++++- lua/ui/lobby/changelog.lua | 13 ++++++++++++- lua/version.lua | 2 +- mod_info.lua | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 312a9e0241..f63bb44f42 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/lua/ui/lobby/changelog.lua b/lua/ui/lobby/changelog.lua index 4f52bf8d21..c0fe9d2077 100644 --- a/lua/ui/lobby/changelog.lua +++ b/lua/ui/lobby/changelog.lua @@ -1,4 +1,4 @@ -last_version = 3690 +last_version = 3693 changelog = { { version = 3, @@ -1381,4 +1381,15 @@ changelog = { '- Uveso', }, }, + { + version = 3693, + name = 'Game Version 3693', + description = { + '**Lobby**', + '- Fixed the lobby changelog appearing every time', + '', + '**Contributors**', + '- IceDreamer', + }, + }, } diff --git a/lua/version.lua b/lua/version.lua index 52ff4aaed7..f94595b6f7 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -1,4 +1,4 @@ -local Version = '3692' +local Version = '3693' function GetVersion() LOG('Supreme Commander: Forged Alliance version ' .. Version) return Version diff --git a/mod_info.lua b/mod_info.lua index 09710d3a67..7d3afbb7b6 100644 --- a/mod_info.lua +++ b/mod_info.lua @@ -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!"