Version update + Install Pack update

This commit is contained in:
He-Man 2019-03-26 23:10:56 +01:00
parent 002e7a4ba7
commit a222e5ca84
38 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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