mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
version bump to 1.2
This commit is contained in:
parent
a038ec6c34
commit
0c4de1fbe3
@ -14,7 +14,7 @@
|
||||
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
||||
class CfgEpochClient
|
||||
{
|
||||
epochVersion = "1.1.1";
|
||||
epochVersion = "1.2.0";
|
||||
ArmAVersion = 176;
|
||||
debug = "true"; // true = enable extra rpt debug lines, false to disable
|
||||
|
||||
|
@ -147,7 +147,7 @@ class CfgServerFunctions
|
||||
};
|
||||
class CfgServerVersion
|
||||
{
|
||||
client = "1.1.1";
|
||||
config = "1.1.1";
|
||||
client = "1.2.0";
|
||||
config = "1.2.0";
|
||||
hive = "0.6.0.0";
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
epochVersion = "1.1.1";
|
||||
epochVersion = "1.2.0";
|
||||
requiredAddons[] = {};
|
||||
#include "build.hpp"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user