From 4b6c97be4a96a5f0eff2f173003fa43d2eac44cb Mon Sep 17 00:00:00 2001 From: vbawol Date: Fri, 8 Feb 2013 19:23:42 -0600 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 1c32f1f7b..00bfe066d 100644 --- a/dayz_code/config.cpp +++ b/dayz_code/config.cpp @@ -33,7 +33,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.dayzepoch.com"; - version = "0.932"; + version = "0.933"; hiveVersion = 0.96; //0.93 }; }; diff --git a/dayz_code/rscTitles.hpp b/dayz_code/rscTitles.hpp index ad28803a0..adfee427c 100644 --- a/dayz_code/rscTitles.hpp +++ b/dayz_code/rscTitles.hpp @@ -87,7 +87,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 0.932 (1.7.5.1)"; + text = "DayZ Epoch 0.933 (1.7.5.1)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; class CA_TitleMainMenu;