version bump

This commit is contained in:
vbawol
2013-02-23 08:50:31 -06:00
parent 73594cc02c
commit 50132af841
2 changed files with 2 additions and 2 deletions

View File

@@ -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
};
};

View File

@@ -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;