diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 24082539..f6ead715 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -370,7 +370,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "@DayZMod 1.8.4"; + text = "@DayZMod 1.8.4.1"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu; diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index cf280dfe..80aefc75 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -27,7 +27,7 @@ class CfgMods { hidePicture = 0; hideName = 0; action = "http://www.dayzmod.com"; - version = "DayZ 1.8.4"; + version = "DayZ 1.8.4.1"; hiveVersion = 0.96; requiredAddons[] = {"Chernarus"}; };