Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jashking committed Sep 28, 2021
1 parent 9f840aa commit 4320395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnrealPakViewer.Target.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public UnrealPakViewerTarget(TargetInfo Target) : base(Target)

GlobalDefinitions.Add("NOINITCRASHREPORTER=1");
GlobalDefinitions.Add("WITH_CASE_PRESERVING_NAME=0");
GlobalDefinitions.Add(string.Format("UNREAL_PAK_VIEWER_VERSION=TEXT(\"{0}\")", "1.2"));
GlobalDefinitions.Add(string.Format("UNREAL_PAK_VIEWER_VERSION=TEXT(\"{0}\")", "1.3"));
}
}

0 comments on commit 4320395

Please sign in to comment.