From b19eb4975a56760f27762f40a20e10b2e7fa5421 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sat, 14 Sep 2013 10:12:34 -0500 Subject: [PATCH] 1.0.2.16 dev test --- SQF/dayz_code/Configs/rscTitles.hpp | 2 +- SQF/dayz_code/config.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 3f098e9e6..1e47f653f 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -149,7 +149,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 1.0.2.2 (DEV15)"; + text = "DayZ Epoch 1.0.2.2 (DEV16)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu; diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index c08e165ed..42a3a7cb0 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.2.15"; + version = "1.0.2.16"; hiveVersion = 0.96; //0.93 }; };