diff --git a/SQF/dayz_epoch/config.cpp b/SQF/dayz_epoch/config.cpp index 79532fa34..6c71bda6b 100644 --- a/SQF/dayz_epoch/config.cpp +++ b/SQF/dayz_epoch/config.cpp @@ -3,7 +3,7 @@ class CfgPatches { units[] = {}; weapons[] = {}; requiredVersion = 0.1; - dayzVersion = "1.0.2.6"; + dayzVersion = "1.0.2.8"; requiredAddons[] = {"dayz_code"}; }; }; \ No newline at end of file diff --git a/SQF/dayz_sfx/config.cpp b/SQF/dayz_sfx/config.cpp index 9bbc6e8d5..d14f469bb 100644 --- a/SQF/dayz_sfx/config.cpp +++ b/SQF/dayz_sfx/config.cpp @@ -22,7 +22,7 @@ class CfgPatches { units[] = {}; weapons[] = {}; requiredVersion = 0.1; - dayzVersion = "1.0.2.6"; + dayzVersion = "1.0.2.8"; requiredAddons[] = {}; }; };