Skip to content

Commit

Permalink
KSP version update
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed May 4, 2015
1 parent d0a5c82 commit 24b678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firespitter/tools/FSversionCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class FSversionCheck : MonoBehaviour
{
static int CompatibleWithMajor = 1;
static int CompatibleWithMinor = 0;
static int CompatibleWithRevision = 0;
static int CompatibleWithRevision = 2;
static System.Version FSversion;

public void Start()
Expand Down

0 comments on commit 24b678f

Please sign in to comment.