From 50132af841c90e9694dd06c6e1ba369d5ead389f Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 23 Feb 2013 08:50:31 -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 54e24875b..ca0cbcd79 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.977"; + version = "0.98"; hiveVersion = 0.96; //0.93 }; }; diff --git a/dayz_code/rscTitles.hpp b/dayz_code/rscTitles.hpp index 456dd3f03..ae6c31f91 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.977 (1.7.5.1)"; + text = "DayZ Epoch 0.98 (1.7.5.1)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; class CA_TitleMainMenu;