Skip to content

Commit

Permalink
Update to .24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 25, 2014
1 parent 46fe6a2 commit 7f55dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CrossFeedEnabler/Readme_CFE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ For example, create a MM node and add it to some cfg.
=================
Changelog:
=================
v2.1 \/
*Update to .24.1

v2 \/
*Add support for Stretchies and PP tanks.
*Add support for KSPX parts (Supernovy)
Expand Down
2 changes: 1 addition & 1 deletion Source/Checkers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 == 0 && Versioning.version_minor == 24 && Versioning.Revision <= 0;
return Versioning.version_major == 0 && Versioning.version_minor == 24 && Versioning.Revision == 1;

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

0 comments on commit 7f55dfd

Please sign in to comment.