Skip to content

Commit

Permalink
Setup game version 3807 (#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Apr 1, 2024
1 parent fef28bb commit 698651c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 5 deletions.
43 changes: 43 additions & 0 deletions changelog/3807.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Game Version 3807

## Bug Fixes

<!-- Remove header when empty -->

## Balance

<!-- Remove header when empty -->

## Features

<!-- Remove header when empty -->

## Graphics

<!-- Remove header when empty -->

## AI

<!-- Remove header when empty -->

## Other Changes

<!-- Remove header when empty -->

## Contributors

With thanks to the following people who contributed through coding:

<!-- Remove when empty -->

With thanks to the following people who contributed through binary patches:

<!-- Remove when empty -->

With thanks to the following individuals who contributed through model, texture, and effect changes:

<!-- Remove when empty -->

And, last but certainly not least - with thanks to those that took part in constructive discussions:

<!-- Remove when empty -->
2 changes: 1 addition & 1 deletion changelog/template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Game Version XYZW
# Game Version XYZW

## Bug Fixes

Expand Down
6 changes: 3 additions & 3 deletions lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

local Version = "3806"
---@alias PATCH "3806"
---@alias VERSION "1.5.3806"
local Version = "3807"
---@alias PATCH "3807"
---@alias VERSION "1.5.3807"
---@return PATCH
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. 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 = 3806
version = 3807
_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 698651c

Please sign in to comment.