Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
laserman367 authored Nov 8, 2019
1 parent a32ea8d commit 555eb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Smod2/Smod2/PluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public enum SearchFlags
public class PluginManager
{
public static readonly int SMOD_MAJOR = 3;
public static readonly int SMOD_MINOR = 5;
public static readonly int SMOD_REVISION = 1;
public static readonly int SMOD_MINOR = 6;
public static readonly int SMOD_REVISION = 0;

public static readonly string SMOD_BUILD = "L";
public static readonly string SMOD_BUILD = "A";

public static readonly string DEPENDENCY_FOLDER = "dependencies";

Expand Down

0 comments on commit 555eb00

Please sign in to comment.