diff --git a/FerramAerospaceResearch/CompatibilityChecker.cs b/FerramAerospaceResearch/CompatibilityChecker.cs
index ac2103536..f00fa21e2 100644
--- a/FerramAerospaceResearch/CompatibilityChecker.cs
+++ b/FerramAerospaceResearch/CompatibilityChecker.cs
@@ -58,7 +58,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 == 1 && Versioning.version_minor == 5;
+ return Versioning.version_major == 1 && Versioning.version_minor >= 4 && Versioning.version_minor < 7;
/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
diff --git a/FerramAerospaceResearch/FARAPI.cs b/FerramAerospaceResearch/FARAPI.cs
index 884575971..c6bdaa3a3 100644
--- a/FerramAerospaceResearch/FARAPI.cs
+++ b/FerramAerospaceResearch/FARAPI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs b/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs
index 2057844a5..03f3ef98f 100644
--- a/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs
+++ b/FerramAerospaceResearch/FARAeroComponents/FARAeroPartModule.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs b/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs
index 463370c79..ed59fcbb5 100644
--- a/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs
+++ b/FerramAerospaceResearch/FARAeroComponents/FARAeroSection.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs b/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs
index 79561ad2d..02d9e3e21 100644
--- a/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs
+++ b/FerramAerospaceResearch/FARAeroComponents/FARVesselAero.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs b/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs
index f9096a406..506b7e859 100644
--- a/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs
+++ b/FerramAerospaceResearch/FARAeroComponents/ModularFlightIntegratorRegisterer.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs b/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs
index b876ef201..d639c90b0 100644
--- a/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs
+++ b/FerramAerospaceResearch/FARAeroComponents/VehicleAerodynamics.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs b/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs
index 4df1d3bae..1989cdacb 100644
--- a/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs
+++ b/FerramAerospaceResearch/FARAeroComponents/VesselIntakeRamDrag.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARAeroUtil.cs b/FerramAerospaceResearch/FARAeroUtil.cs
index c08d86c97..6093438cc 100644
--- a/FerramAerospaceResearch/FARAeroUtil.cs
+++ b/FerramAerospaceResearch/FARAeroUtil.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARDebugAndSettings.cs b/FerramAerospaceResearch/FARDebugAndSettings.cs
index d6edeb128..9a9e321da 100644
--- a/FerramAerospaceResearch/FARDebugAndSettings.cs
+++ b/FerramAerospaceResearch/FARDebugAndSettings.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs
index 3b975f974..1eb536357 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AeroStabilityConcern.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs
index 553726691..820d75df7 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/DesignConcerns/AreaRulingConcern.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs
index 82714777a..86ebef1b9 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAeroCenter.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs
index 5335b4060..84cf187e2 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorAreaRulingOverlay.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs
index df69c28d7..8124ffb99 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/EditorGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs
index 12320a883..4f4adc9e0 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EditorSimManager.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs
index 8e384cfd8..82f5273d6 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/EquationSystem.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs
index 8993888ef..029fb4134 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/GraphData.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs
index ae90bf763..3c4518dfa 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSim.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs
index 1f717fa15..f6b85173d 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimInput.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs
index 33db05101..f76918a93 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/InstantConditionSimOutput.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs
index d4520ec56..49957e726 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/RungeKutta.cs
@@ -1,4 +1,4 @@
-/*Ferram Aerospace Research v0.15.9.5 "Lighthill"
+/*Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs
index 1bfdadba7..5c456300f 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivApproxSim.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs
index 4fee7fafa..0ed9570ca 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivCalculator.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs
index e84f8cfe0..af42a7ca5 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/StabilityDerivOutput.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs
index 3bd0a65c0..33d9bf3a6 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/Simulation/SweepSim.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs
index 53550d301..8e7667cee 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs
index 4e0ddf505..1ac1aa7ac 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StabilityDerivSimulationGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs
index bdfcd7d39..aa123c0a2 100644
--- a/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FAREditorGUI/StaticAnalysisGraphGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs
index 7a8e2036a..aaa61d4b6 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AeroVisualizationGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs
index e748564d8..39e275af2 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/AirspeedSettingsGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs
index 82bdba762..07ddfe001 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightDataGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs
index dd2a9a52b..764445e58 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs
index 122d3b9df..19cefb27e 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightGUIDrawer.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs
index 1d2d1d192..cf2e515e4 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/FlightStatusGUI.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs
index 2686ee32f..0252b4bdf 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/InternalSpeedFAR.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs
index 637f99d5d..b06a8abbf 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/PhysicsCalcs.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs
index 3ed8964d1..0a6279d7f 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/StabilityAugmentation.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs b/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs
index 809a9f005..909a28180 100644
--- a/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs
+++ b/FerramAerospaceResearch/FARGUI/FARFlightGUI/VesselFlightInfo.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/GUIColors.cs b/FerramAerospaceResearch/FARGUI/GUIColors.cs
index d7a9957ee..402d95007 100644
--- a/FerramAerospaceResearch/FARGUI/GUIColors.cs
+++ b/FerramAerospaceResearch/FARGUI/GUIColors.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/GUIDropDown.cs b/FerramAerospaceResearch/FARGUI/GUIDropDown.cs
index cdba54a81..6fdd5f714 100644
--- a/FerramAerospaceResearch/FARGUI/GUIDropDown.cs
+++ b/FerramAerospaceResearch/FARGUI/GUIDropDown.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARGUI/GUIUtils.cs b/FerramAerospaceResearch/FARGUI/GUIUtils.cs
index 4900945c1..cd8266f51 100644
--- a/FerramAerospaceResearch/FARGUI/GUIUtils.cs
+++ b/FerramAerospaceResearch/FARGUI/GUIUtils.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARKSPAddonFlightScene.cs b/FerramAerospaceResearch/FARKSPAddonFlightScene.cs
index a0dcc4de5..f1d0b3e55 100644
--- a/FerramAerospaceResearch/FARKSPAddonFlightScene.cs
+++ b/FerramAerospaceResearch/FARKSPAddonFlightScene.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs b/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs
index 45feb6f71..18980e019 100644
--- a/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs
+++ b/FerramAerospaceResearch/FARKSPAddonMainMenuSetup.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARMathUtil.cs b/FerramAerospaceResearch/FARMathUtil.cs
index a3d5c6421..ccbcb8d52 100644
--- a/FerramAerospaceResearch/FARMathUtil.cs
+++ b/FerramAerospaceResearch/FARMathUtil.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPM.cs b/FerramAerospaceResearch/FARPM.cs
index fa682fd16..1dffd82a9 100644
--- a/FerramAerospaceResearch/FARPM.cs
+++ b/FerramAerospaceResearch/FARPM.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartExtensions.cs b/FerramAerospaceResearch/FARPartExtensions.cs
index 796d2e159..41a081081 100644
--- a/FerramAerospaceResearch/FARPartExtensions.cs
+++ b/FerramAerospaceResearch/FARPartExtensions.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs
index f24c3fa6b..33b02fc23 100644
--- a/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/DebugVisualVoxel.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs
index b7cc6652c..ec7f0c2fe 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryMesh.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectonAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectonAdjuster.cs
index 592e9e51c..31c4ee6ac 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectonAdjuster.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/AirbreathingEngineCrossSectonAdjuster.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs
index 704285b22..af170b93c 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/CompoundPartGeoUpdater.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs
index 0630c84d9..f1acaf59f 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/ICrossSectionAdjuster.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs
index 5d058ab78..54860e4e8 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IGeometryUpdater.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs
index 4f965a8d9..0ecde74fe 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntakeCrossSectionAdjuster.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs
index 2935ac2cb..357d3cf35 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/IntegratedIntakeEngineCrossSectionAdjuster.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs
index cdb0ceb40..ee9121165 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockJettisonTransformGeoUpdater.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs
index 6d996364f..cb1e74ea4 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcAsteroidGeoUpdater.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs
index 4bcfd680f..4bbcf15e9 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryModification/StockProcFairingGeoUpdater.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs b/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs
index 22bdd25f9..5118f75dd 100644
--- a/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/GeometryPartModule.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/MeshData.cs b/FerramAerospaceResearch/FARPartGeometry/MeshData.cs
index 0c9e7518e..de7c8f896 100644
--- a/FerramAerospaceResearch/FARPartGeometry/MeshData.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/MeshData.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs b/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs
index eef0b3e1c..377771506 100644
--- a/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs b/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs
index d7f937d0c..7db06ffa2 100644
--- a/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/PartSizePair.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs b/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs
index 9472b4ab2..ac03c8688 100644
--- a/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/PartSizePair4Bit.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs b/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs
index c3cfce125..7d4040ba3 100644
--- a/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/PartSizePair8Bit.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs b/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs
index 76ef9207b..e1c4f22f1 100644
--- a/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/PartTransformInfo.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs b/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs
index e0eeba5d9..bed0e2d90 100644
--- a/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/VehicleVoxel.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs b/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs
index d924e96fc..fc336f199 100644
--- a/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/VoxelChunk.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs b/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs
index 466f1b5a4..d08364ec7 100644
--- a/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs
+++ b/FerramAerospaceResearch/FARPartGeometry/VoxelCrossSection.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARSettingsScenarioModule.cs b/FerramAerospaceResearch/FARSettingsScenarioModule.cs
index f50fe3a88..29f254896 100644
--- a/FerramAerospaceResearch/FARSettingsScenarioModule.cs
+++ b/FerramAerospaceResearch/FARSettingsScenarioModule.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs b/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs
index e5a2ff6c8..b84574e3b 100644
--- a/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs
+++ b/FerramAerospaceResearch/FARThreading/ThreadBarrier.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs b/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs
index d37b8a169..2661d855c 100644
--- a/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs
+++ b/FerramAerospaceResearch/FARThreading/ThreadSafeDebugLogger.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs b/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs
index 86ff21523..bb984cee8 100644
--- a/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs
+++ b/FerramAerospaceResearch/FARThreading/VoxelizationThreadpool.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FARUtils/FARLogger.cs b/FerramAerospaceResearch/FARUtils/FARLogger.cs
index 10261426c..406ac1fbb 100644
--- a/FerramAerospaceResearch/FARUtils/FARLogger.cs
+++ b/FerramAerospaceResearch/FARUtils/FARLogger.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Copyright 2018, Daumantas Kavolis, aka dkavolis
diff --git a/FerramAerospaceResearch/FARUtils/FARVersion.cs b/FerramAerospaceResearch/FARUtils/FARVersion.cs
index 353605478..8091e48ec 100644
--- a/FerramAerospaceResearch/FARUtils/FARVersion.cs
+++ b/FerramAerospaceResearch/FARUtils/FARVersion.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Copyright 2018, Daumantas Kavolis, aka dkavolis
@@ -48,8 +48,8 @@ public class FARVersion
public const byte Major = 0;
public const byte Minor = 15;
public const byte Build = 9;
- public const byte Revision = 5;
- public const string Name = "Lighthill";
+ public const byte Revision = 6;
+ public const string Name = "Lin";
public readonly static string String = $"v{Major}.{Minor}.{Build}.{Revision}";
public readonly static string VersionString = $"{String} '{Name}'";
diff --git a/FerramAerospaceResearch/FARWind.cs b/FerramAerospaceResearch/FARWind.cs
index 07b6ccd8e..cd20dbc26 100644
--- a/FerramAerospaceResearch/FARWind.cs
+++ b/FerramAerospaceResearch/FARWind.cs
@@ -1,5 +1,5 @@
/*
-Ferram Aerospace Research v0.15.9.5 "Lighthill"
+Ferram Aerospace Research v0.15.9.6 "Lin"
=========================
Aerodynamics model for Kerbal Space Program
diff --git a/FerramAerospaceResearch/FerramAerospaceResearch.csproj b/FerramAerospaceResearch/FerramAerospaceResearch.csproj
index 398cae3d3..e8492f125 100644
--- a/FerramAerospaceResearch/FerramAerospaceResearch.csproj
+++ b/FerramAerospaceResearch/FerramAerospaceResearch.csproj
@@ -39,15 +39,15 @@
False
- ..\..\KSP Assemblies\1.5.1\Assembly-CSharp.dll
+ ..\..\KSP Assemblies\1.6.0\Assembly-CSharp.dll
False
- ..\..\KSP Assemblies\1.5.1\KSPAssets.dll
+ ..\..\KSP Assemblies\1.6.0\KSPAssets.dll
False
- ..\..\KSP Assemblies\1.5.1\ModularFlightIntegrator.dll
+ ..\..\KSP Assemblies\1.6.0\ModularFlightIntegrator.dll
False
@@ -56,11 +56,11 @@
False
- ..\..\KSP Assemblies\1.5.1\UnityEngine.dll
+ ..\..\KSP Assemblies\1.6.0\UnityEngine.dll
False
- ..\..\KSP Assemblies\1.5.1\UnityEngine.UI.dll
+ ..\..\KSP Assemblies\1.6.0\UnityEngine.UI.dll
@@ -173,8 +173,8 @@
call "$(SolutionDir)..\KSP Assemblies\pdb2mdb.exe" "$(TargetPath)"
xcopy /y "$(TargetDir)$(TargetName).*" "$(SolutionDir)GameData\FerramAerospaceResearch\Plugins"
-rmdir /S /Q "C:\Zaidimai\KSP 1.5.1\GameData\FerramAerospaceResearch"
-xcopy /y /s "$(SolutionDir)GameData" "C:\Zaidimai\KSP 1.5.1\GameData"
+rmdir /S /Q "C:\Zaidimai\KSP 1.6.0\GameData\FerramAerospaceResearch"
+xcopy /y /s "$(SolutionDir)GameData" "C:\Zaidimai\KSP 1.6.0\GameData"