Skip to content

Commit

Permalink
Bumped: Bootstrapper Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Nov 28, 2022
1 parent 640440a commit a46227e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

/* For C# source, see EntryPoint.cs */
#define CURRENT_VERSION 5
#define CURRENT_VERSION 6

enum EntryPointFlags : int
{
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Shared/EntryPointParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Also update EntryPointParameter.h in bootstrapper accordingly.
/// <summary>
/// Current version of parameters.
/// </summary>
public const int CurrentVersion = 5;
public const int CurrentVersion = 6;

// Version 1
/// <summary>
Expand Down

0 comments on commit a46227e

Please sign in to comment.