From 8fc7e165159d82ad809a94f9071b634cbb797207 Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 1 Jun 2013 13:14:08 -0500 Subject: [PATCH] version bump --- dayz_code/config.cpp | 2 +- dayz_code/rscTitles.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dayz_code/config.cpp b/dayz_code/config.cpp index e509f2b05..5623f0608 100644 --- a/dayz_code/config.cpp +++ b/dayz_code/config.cpp @@ -40,7 +40,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.dayzepoch.com"; - version = "1.0.1"; + version = "1.0.1.1"; hiveVersion = 0.96; //0.93 }; }; diff --git a/dayz_code/rscTitles.hpp b/dayz_code/rscTitles.hpp index 017b87b2f..e3e251584 100644 --- a/dayz_code/rscTitles.hpp +++ b/dayz_code/rscTitles.hpp @@ -148,7 +148,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 1.0.1 (1.7.6.1)"; + text = "DayZ Epoch 1.0.1.1 (1.7.6.1)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu;