Skip to content

Commit

Permalink
Prep for 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ferram4 committed Apr 27, 2015
1 parent 17ba122 commit ce54650
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"NAME": "Kerbal Joint Reinforcement",
"URL": "https://raw.githubusercontent.com/ferram4/Kerbal-Joint-Reinforcement/master/KerbalJointReinforcement/KerbalJointReinforcement/obj/Release/KerbalJointReinforcement.version",
"URL": "https://raw.githubusercontent.com/ferram4/Kerbal-Joint-Reinforcement/master/GameData/KerbalJointReinforcement/KerbalJointReinforcement.version",
"VERSION": {
"MAJOR": 3,
"MINOR": 1,
"PATCH": 2
"PATCH": 3
},
"KSP_VERSION": {
"MAJOR": 0,
"MINOR": 90,
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
}
}
Expand Down
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 @@ -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_minor == 90;
return Versioning.version_minor == 0 && Versioning.version_major == 1;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.1.2
Kerbal Joint Reinforcement, v3.1.3
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.1.2
Kerbal Joint Reinforcement, v3.1.3
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.1.2
Kerbal Joint Reinforcement, v3.1.3
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.1.2
Kerbal Joint Reinforcement, v3.1.3
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.1.2
Kerbal Joint Reinforcement, v3.1.3
Copyright 2015, 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 @@ -35,7 +35,7 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Release\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\Games\KSP 1.0\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -45,7 +45,7 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Release\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\Games\KSP 1.0\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJoint
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\obj\Release\KerbalJointReinforcement.dll
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\obj\Release\KerbalJointReinforcement.pdb
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\obj\Release\KerbalJointReinforcement.csprojResolveAssemblyReference.cache
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\bin\Release\Assembly-CSharp.dll
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\bin\Release\UnityEngine.dll
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\bin\Release\TrackIRUnity.dll
C:\Users\ferram4\Kerbal-Joint-Reinforcement\KerbalJointReinforcement\KerbalJointReinforcement\bin\Release\Mono.Security.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kerbal Joint Reinforcement, v3.1.2
Kerbal Joint Reinforcement, v3.1.3
==========================

Physics stabilizer plugin for Kerbal Space Program
Expand Down Expand Up @@ -119,6 +119,9 @@ These types are currently not used, but removing the a in front of them will cau
***********************
****** CHANGELOG ******
***********************
v3.1.3
Features
--Updated compatibility for KSP 1.0
v3.1.2
Features
--Added code to slightly stiffen connections between symmetrically-connected parts attached to a central part; should reduce some physics weirdness
Expand Down

0 comments on commit ce54650

Please sign in to comment.