This commit is contained in:
[VB]AWOL
2013-08-28 12:05:38 -05:00
parent 0fbe1dd871
commit 21fb9d51be
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ class RscDisplayMain : RscStandardDisplay
class DAYZ_Version : CA_Version class DAYZ_Version : CA_Version
{ {
idc = -1; idc = -1;
text = "DayZ Epoch 1.0.1.95"; text = "DayZ Epoch 1.0.2";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
}; };
delete CA_TitleMainMenu; delete CA_TitleMainMenu;

View File

@@ -40,7 +40,7 @@ class CfgMods
hidePicture = 0; hidePicture = 0;
hideName = 0; hideName = 0;
action = "http://www.dayzepoch.com"; action = "http://www.dayzepoch.com";
version = "1.0.1.95"; version = "1.0.2";
hiveVersion = 0.96; //0.93 hiveVersion = 0.96; //0.93
}; };
}; };