Skip to content

Commit

Permalink
v1.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Jul 20, 2021
1 parent a511cff commit 66dd41e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DXRModules/DeusEx/Classes/DXRFlags.uc
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ simulated static function CurrentVersion(optional out int major, optional out in
major=1;
minor=6;
patch=2;
build=1;//build can't be higher than 99
build=2;//build can't be higher than 99
}

simulated static function string VersionString(optional bool full)
{
local int major,minor,patch,build;
CurrentVersion(major,minor,patch,build);
return VersionToString(major, minor, patch, build, full) $ " Alpha";
return VersionToString(major, minor, patch, build, full) $ "";
}
function CheckConfig()
Expand Down
Binary file modified DeusEx.u
Binary file not shown.
Binary file modified HXRandomizer.u
Binary file not shown.

0 comments on commit 66dd41e

Please sign in to comment.