diff --git a/changelog/3803.md b/changelog/3803.md new file mode 100644 index 0000000000..61cc683d45 --- /dev/null +++ b/changelog/3803.md @@ -0,0 +1,43 @@ +# Game Version 3803 + +## Bug Fixes + + + +## Balance + + + +## Features + + + +## Graphics + + + +## AI + + + +## Other Changes + + + +## Contributors + +With thanks to the following people who contributed through coding: + + + +With thanks to the following people who contributed through binary patches: + + + +With thanks to the following individuals who contributed through model, texture, and effect changes: + + + +And, last but certainly not least - with thanks to those that took part in constructive discussions: + + diff --git a/lua/version.lua b/lua/version.lua index f974d0ff65..4c974d9977 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -1,7 +1,7 @@ -local Version = "3802" ----@alias PATCH "3802" ----@alias VERSION "1.5.3802" +local Version = "3803" +---@alias PATCH "3803" +---@alias VERSION "1.5.3803" ---@return PATCH function GetVersion() LOG('Supreme Commander: Forged Alliance version ' .. Version) diff --git a/mod_info.lua b/mod_info.lua index b5d2c82d34..fb7e16ab2c 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 = 3802 +version = 3803 _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!"