Skip to content

Commit

Permalink
Prep for v2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferram4 committed Jul 17, 2014
1 parent 5bd5c7c commit ed73532
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"URL": "https://raw.githubusercontent.com/ferram4/Kerbal-Joint-Reinforcement/master/KerbalJointReinforcement/KerbalJointReinforcement/obj/Release/KerbalJointReinforcement.version",
"VERSION": {
"MAJOR": 2,
"MINOR": 3,
"MINOR": 4,
"PATCH": 0
},
"KSP_VERSION": {
"MAJOR": 0,
"MINOR": 23,
"PATCH": 5
"MINOR": 24,
"PATCH": 0
}
}

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<string name="exemptModuleType0">WingManipulator</string>
<string name="exemptModuleType1">SingleGroupMan</string>
<string name="exemptModuleType2">KerbalEVA</string>
<string name="exemptModuleType3">MuMechToggle</string>

<string name="decouplerStiffeningExtensionType0">ModuleEngines</string>
<string name="decouplerStiffeningExtensionType1">ModuleEnginesFX</string>
Expand Down
Binary file modified KerbalJointReinforcement/KerbalJointReinforcement.v12.suo
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v2.3
Kerbal Joint Reinforcement, v2.4
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 @@ -5,12 +5,12 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("jointfix")]
[assembly: AssemblyTitle("KerbalJointReinforcement")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("jointfix")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyProduct("KerbalJointReinforcement")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("1.0.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kerbal Joint Reinforcement, v2.3
Kerbal Joint Reinforcement, v2.4
==========================

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

Features
--KSP 0.24 compatibility

Bugfixes
--Fixed some interference with infernal robotics

v2.3

Features
Expand Down

0 comments on commit ed73532

Please sign in to comment.