version bump

This commit is contained in:
vbawol
2013-02-22 10:55:15 -06:00
parent f5c738b74d
commit 16cfc75b26
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.975";
version = "0.976";
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.975 (1.7.5.1)";
text = "DayZ Epoch 0.976 (1.7.5.1)";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
};
class CA_TitleMainMenu;