From 156ab54dfa4462951c1e564643e592b3a2e16beb Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sat, 16 Nov 2013 22:48:13 -0600 Subject: [PATCH] version bumps --- SQF/dayz_epoch/config.cpp | 2 +- SQF/dayz_sfx/config.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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[] = {}; }; };