Skip to content

Commit

Permalink
v2.4.3 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ferram4 committed Jul 25, 2014
1 parent 8ccd451 commit 19e0c14
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 4,
"PATCH": 2
"PATCH": 3
},
"KSP_VERSION": {
"MAJOR": 0,
"MINOR": 24,
"PATCH": 1
"PATCH": 2
}
}

Binary file not shown.
Binary file modified KerbalJointReinforcement/KerbalJointReinforcement.suo
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,8 +66,8 @@ public static bool IsCompatible()
//

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

return compatible;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v2.4.2
Kerbal Joint Reinforcement, v2.4.3
Copyright 2014, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.4.3.0")]
[assembly: AssemblyFileVersion("2.4.3.0")]
Binary file not shown.
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.2
Kerbal Joint Reinforcement, v2.4.3
==========================

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.3
Features
--KSP 0.24.2 compatibility

v2.4.2
Features
--KSP 0.24.1 compatibility
Expand Down

0 comments on commit 19e0c14

Please sign in to comment.