1.0.2.3 RC1

This commit is contained in:
[VB]AWOL
2013-09-18 09:35:17 -05:00
parent 881fabfcd8
commit 41f61a9fc4
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.2.2"; text = "DayZ Epoch 1.0.2.3";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
}; };
delete CA_TitleMainMenu; delete CA_TitleMainMenu;

View File

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