Add version define in config.cpp

Vanilla commit:

75ff017b53
This commit is contained in:
ebaydayz
2016-08-27 10:09:55 -04:00
parent f2c39e0038
commit 3f27bef1e3
4 changed files with 5 additions and 3 deletions

View File

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