From 9f06c53c88db4703c07f96990b30d53c00e7a6d3 Mon Sep 17 00:00:00 2001 From: Sheeo Date: Mon, 8 Aug 2016 08:27:05 +0200 Subject: [PATCH] Bump version numbers --- lua/version.lua | 2 +- mod_info.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/version.lua b/lua/version.lua index 8190fc7903..b75ba0001f 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -1,3 +1,3 @@ function GetVersion() - return "3652" + return "3656" end diff --git a/mod_info.lua b/mod_info.lua index eb9d44566d..ba130c899c 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 = 3654 +version = 3656 _faf_modname='balancetesting' copyright = "Forged Alliance Forever Community" description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"