Skip to content

Commit

Permalink
Update to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 25, 2014
1 parent 89d43d7 commit 302b807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RealFuels/Readme_RF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ AN OVERVIEW OF FUEL TYPES AND TECH LEVELS/ENGINE TYPES ARE BELOW THE CHANGELOG

==========
Changelog:
v7.1 \/
*Update to KSP 0.24.2

v7.0 \/
*Add tanks to more FS parts
*Disable TweakScale on any part with a ModuleEngineConfigs / ModuleHybridEngine*
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 <= 1;
return Versioning.version_major == 0 && Versioning.version_minor == 24 && Versioning.Revision == 2;

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

0 comments on commit 302b807

Please sign in to comment.