version bump

This commit is contained in:
vbawol
2013-02-12 22:02:29 -06:00
parent c34c0037b0
commit 58c9ddfa9b
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class CfgMods
hidePicture = 0;
hideName = 0;
action = "http://www.dayzepoch.com";
version = "0.943";
version = "0.944";
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.943 (1.7.5.1)";
text = "DayZ Epoch 0.944 (1.7.5.1)";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
};
class CA_TitleMainMenu;