mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
bump for next version
This commit is contained in:
parent
2eefc2e343
commit
c0b6a0a1be
@ -14,7 +14,7 @@
|
||||
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
||||
class CfgEpochClient
|
||||
{
|
||||
epochVersion = "0.4.0.0";
|
||||
epochVersion = "0.5.0.0";
|
||||
sapperRngChance = 100;
|
||||
droneRngChance = 100;
|
||||
buildingNearbyMilitary = 0;
|
||||
|
@ -126,7 +126,7 @@ class CfgServerFunctions
|
||||
};
|
||||
class CfgServerVersion
|
||||
{
|
||||
client = "0.4.0.0";
|
||||
config = "0.4.0.0";
|
||||
client = "0.5.0.0";
|
||||
config = "0.5.0.0";
|
||||
hive = "0.5.1.8";
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
epochVersion = "0.4.0.0";
|
||||
epochVersion = "0.5.0.0";
|
||||
requiredAddons[] = {};
|
||||
#include "build.hpp"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user