Skip to content

Commit

Permalink
v2.6.1.1 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Mar 24, 2024
1 parent 2ae571c commit fb406fb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DXRCore/DeusEx/Classes/DXRVersion.uc
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ simulated static function CurrentVersion(optional out int major, optional out in
major=2;
minor=6;
patch=1;
build=0;//build can't be higher than 99
build=1;//build can't be higher than 99
}

simulated static function bool VersionIsStable()
{
return false;
return true;
}

simulated static function string VersionString(optional bool full)
{
local int major,minor,patch,build;
local string status;

status = "Alpha";
status = "";

if(status!="") {
status = " " $ status;
Expand Down
Binary file modified DeusEx.u
Binary file not shown.
Binary file modified GMDXRandomizer.u
Binary file not shown.
Binary file modified HXRandomizer.u
Binary file not shown.
Binary file modified RevRandomizer.u
Binary file not shown.
Binary file modified VMDRandomizer.u
Binary file not shown.

0 comments on commit fb406fb

Please sign in to comment.