From 3162cf2eff14376ea42318b24abef8cfe55334bf Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sat, 18 Apr 2015 15:15:29 -0400 Subject: [PATCH] Update version number --- SQF/dayz_code/Configs/rscTitles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 2b1422d28..ccc265dd3 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -181,7 +181,7 @@ class RscDisplayMain : RscStandardDisplay { class CA_Version; class DAYZ_Version : CA_Version { idc = -1; - text = "1.0.5.2"; + text = "1.0.6"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu; @@ -1025,4 +1025,4 @@ class DZ_ItemInteraction { }; }; -#include "RscDisplay\includes.hpp" \ No newline at end of file +#include "RscDisplay\includes.hpp"