Skip to content

Commit

Permalink
Version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
R4Z0R49 committed Feb 13, 2015
1 parent 55efa1c commit b66dcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SQF/dayz_code/Configs/rscTitles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class RscDisplayMain : RscStandardDisplay
class DAYZ_Version : CA_Version
{
idc = -1;
text = "@DayZMod 1.8.4";
text = "@DayZMod 1.8.4.1";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
};
delete CA_TitleMainMenu;
Expand Down
2 changes: 1 addition & 1 deletion SQF/dayz_code/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CfgMods {
hidePicture = 0;
hideName = 0;
action = "http://www.dayzmod.com";
version = "DayZ 1.8.4";
version = "DayZ 1.8.4.1";
hiveVersion = 0.96;
requiredAddons[] = {"Chernarus"};
};
Expand Down

0 comments on commit b66dcca

Please sign in to comment.