Skip to content

Commit

Permalink
game version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krzychu124 committed May 27, 2021
1 parent 2896587 commit aede50f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TLM/TLM/TrafficManagerMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ public class TrafficManagerMod : IUserMod {
#endif

// These values from `BuildConfig` class (`APPLICATION_VERSION` constants) in game file `Managed/Assembly-CSharp.dll` (use ILSpy to inspect them)
public const uint GAME_VERSION = 188868624U;
public const uint GAME_VERSION = 189262096U;
public const uint GAME_VERSION_A = 1u;
public const uint GAME_VERSION_B = 13u;
public const uint GAME_VERSION_C = 1u;
public const uint GAME_VERSION_BUILD = 1u;
public const uint GAME_VERSION_C = 3u;
public const uint GAME_VERSION_BUILD = 9u;

// Use SharedAssemblyInfo.cs to modify TM:PE version
// External mods (eg. CSUR Toolbox) reference the versioning for compatibility purposes
Expand Down

0 comments on commit aede50f

Please sign in to comment.