mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
version bump on experimental to 1.0.0
This commit is contained in:
parent
6a1ab9b805
commit
9be597b5a5
@ -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 = "0.5.0.0";
|
epochVersion = "1.0.0";
|
||||||
ArmAVersion = 168;
|
ArmAVersion = 168;
|
||||||
sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
|
sapperRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
|
||||||
droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
|
droneRngChance = 100; // increase number to reduce chances and reduce to increase. Default 100
|
||||||
|
@ -129,7 +129,7 @@ class CfgServerFunctions
|
|||||||
};
|
};
|
||||||
class CfgServerVersion
|
class CfgServerVersion
|
||||||
{
|
{
|
||||||
client = "0.5.0.0";
|
client = "1.0.0";
|
||||||
config = "0.5.0.0";
|
config = "1.0.0";
|
||||||
hive = "0.6.0.0";
|
hive = "0.6.0.0";
|
||||||
};
|
};
|
||||||
|
@ -20,7 +20,7 @@ class CfgPatches {
|
|||||||
units[] = {};
|
units[] = {};
|
||||||
weapons[] = {};
|
weapons[] = {};
|
||||||
requiredVersion = 0.1;
|
requiredVersion = 0.1;
|
||||||
epochVersion = "0.5.0.0";
|
epochVersion = "1.0.0";
|
||||||
requiredAddons[] = {};
|
requiredAddons[] = {};
|
||||||
#include "build.hpp"
|
#include "build.hpp"
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user