Skip to content

Commit

Permalink
CompatibilityChecker set to 1.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed Oct 19, 2019
1 parent 8a91de9 commit 4f61fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MechJeb2/CompatibilityChecker.cs
Expand Up @@ -65,7 +65,7 @@ public static bool IsCompatible()
// Even if you don't lock down functionality, you should return true if your users
// can expect a future update to be available.
//
return Versioning.version_major == 1 && ( Versioning.version_minor >= 4 || Versioning.version_minor <= 6 );
return Versioning.version_major == 1 && Versioning.version_minor == 8;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down

0 comments on commit 4f61fb2

Please sign in to comment.