diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index 9175ed5f7..3afea56d4 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -41,7 +41,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.dayzepoch.com"; - version = "1.0.1.3"; + version = "1.0.1.4"; hiveVersion = 0.96; //0.93 }; }; diff --git a/SQF/dayz_code/rscTitles.hpp b/SQF/dayz_code/rscTitles.hpp index 0291f123a..9bcc66fd5 100644 --- a/SQF/dayz_code/rscTitles.hpp +++ b/SQF/dayz_code/rscTitles.hpp @@ -149,7 +149,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 1.0.1.3 (1.7.6.1)"; + text = "DayZ Epoch 1.0.1.4 (1.7.6.1+)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu;