mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
bump version to 1.1.1 for experimental
This commit is contained in:
parent
cebd44f7f5
commit
887fd41b7c
@ -14,7 +14,7 @@
|
||||
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
||||
class CfgEpochClient
|
||||
{
|
||||
epochVersion = "1.1.0";
|
||||
epochVersion = "1.1.1";
|
||||
ArmAVersion = 176;
|
||||
debug = "true"; // true = enable extra rpt debug lines, false to disable
|
||||
|
||||
|
@ -145,7 +145,7 @@ class CfgServerFunctions
|
||||
};
|
||||
class CfgServerVersion
|
||||
{
|
||||
client = "1.1.0";
|
||||
config = "1.1.0";
|
||||
client = "1.1.1";
|
||||
config = "1.1.1";
|
||||
hive = "0.6.0.0";
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
epochVersion = "1.1.0";
|
||||
epochVersion = "1.1.1";
|
||||
requiredAddons[] = {};
|
||||
#include "build.hpp"
|
||||
};
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Change Log
|
||||
All changes for [Arma 3](https://arma3.com/) [Epoch Mod](https://epochmod.com) are listed in this changelog.
|
||||
|
||||
## [1.1.1.0] - Unreleased
|
||||
|
||||
|
||||
|
||||
## [1.1.0.0] - 2018-03-15
|
||||
### Added
|
||||
- Plant Spawner: vehicle object for sunflower. @Helion4
|
||||
|
Loading…
Reference in New Issue
Block a user