Skip to content

Commit

Permalink
Prep for 2.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferram4 committed Jul 24, 2014
1 parent a230bfc commit 8ccd451
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 4,
"PATCH": 1
"PATCH": 2
},
"KSP_VERSION": {
"MAJOR": 0,
"MINOR": 24,
"PATCH": 0
"PATCH": 1
}
}

Binary file not shown.
Binary file modified KerbalJointReinforcement/KerbalJointReinforcement.v12.suo
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static bool IsCompatible()
//

bool compatible = false;
if (Versioning.version_minor == 24 && Versioning.Revision == 0
if (Versioning.version_minor == 24 && (Versioning.Revision == 0 || Versioning.Revision == 1)
|| Versioning.version_minor == 23 && Versioning.Revision == 5)
compatible = true;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v2.4.1
Kerbal Joint Reinforcement, v2.4.2
Copyright 2014, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kerbal Joint Reinforcement, v2.4.1
Kerbal Joint Reinforcement, v2.4.2
==========================

Physics stabilizer plugin for Kerbal Space Program
Expand Down Expand Up @@ -115,6 +115,10 @@ These types are currently not used, but removing the a in front of them will cau
***********************
****** CHANGELOG ******
***********************
v2.4.2
Features
--KSP 0.24.1 compatibility

v2.4.1

Bugfixes:
Expand Down

0 comments on commit 8ccd451

Please sign in to comment.