bump experimental version to 1.1

This commit is contained in:
vbawol 2017-11-05 12:50:33 -06:00
parent 33153562af
commit 6f42a5f47f
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.0.0";
epochVersion = "1.1.0";
ArmAVersion = 176;
debug = "true"; // true = enable extra rpt debug lines, false to disable

View File

@ -144,7 +144,7 @@ class CfgServerFunctions
};
class CfgServerVersion
{
client = "1.0.0";
config = "1.0.0";
client = "1.1.0";
config = "1.1.0";
hive = "0.6.0.0";
};

View File

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