Skip to content

Commit

Permalink
1.9+ recompile
Browse files Browse the repository at this point in the history
Theysen authored and Theysen committed Mar 14, 2021

Verified

This commit was signed with the committer’s verified signature.
lobis Luis Antonio Obis Aparicio
1 parent 2a22b44 commit a495d39
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified RSSVE/Plugins/RSSVE.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions Source/Utilities.cs
Original file line number Diff line number Diff line change
@@ -51,22 +51,22 @@ public struct VersionCompatible
/// <summary>
/// The minimum minor version value.
/// </summary>
public const int MinorMin = 3;
public const int MinorMin = 9;

/// <summary>
/// The maximum minor version value.
/// </summary>
public const int MinorMax = 8;
public const int MinorMax = 11;

/// <summary>
/// The minimum revision version value.
/// </summary>
public const int RevisionMin = 0;
public const int RevisionMin = 1;

/// <summary>
/// The maximum revision version value.
/// </summary>
public const int RevisionMax = 9;
public const int RevisionMax = 1;
}

/// <summary>

0 comments on commit a495d39

Please sign in to comment.