Update Epoch Version

This commit is contained in:
He-Man 2019-09-30 20:46:19 +02:00
parent 40e47d6c48
commit 88f660f665
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
class CfgEpochClient
{
epochVersion = "1.3.1";
epochVersion = "1.3.2";
ArmAVersion = 176;
debug = "true"; // true = enable extra rpt debug lines, false to disable

View File

@ -151,7 +151,7 @@ class CfgServerFunctions
};
class CfgServerVersion
{
client = "1.3.1";
config = "1.3.1";
client = "1.3.2";
config = "1.3.2";
hive = "0.6.0.0";
};

View File

@ -20,7 +20,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
epochVersion = "1.3.1";
epochVersion = "1.3.2";
requiredAddons[] = {};
#include "build.hpp"
};