Skip to content

Commit

Permalink
Prep for v3.6 - Merge pull request #35 from aw1621107/update-for-KSP-…
Browse files Browse the repository at this point in the history
…1.4.1

Update for KSP 1.4.1
  • Loading branch information
blowfishpro authored Mar 21, 2018
2 parents b952cd4 + 8d207af commit 9371c1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Binary file modified GameData/SolverEngines/Plugins/SolverEngines.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions GameData/SolverEngines/Readme_SolverEngines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ See AJE or RealFuels for examples of how to implement SolverEngines in practice.

Changelog:

v3.6

* Recompile for KSP 1.4.1

v3.5

* Engine modules now support `THRUST_TRANSFORM` nodes to allow thrust transforms with multiple names
Expand Down
4 changes: 2 additions & 2 deletions GameData/SolverEngines/SolverEngines.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"VERSION" : {
"MAJOR" : 3,
"MINOR" : 5,
"MINOR" : 6,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" : {
"MAJOR" : 1,
"MINOR" : 3,
"MINOR" : 4,
"PATCH" : 1
}
}
4 changes: 2 additions & 2 deletions SolverEngines/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")] // Don't change until breaking changes occur
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.6.0.0")]

[assembly: KSPAssembly("SolverEngines", 3, 5)]
[assembly: KSPAssembly("SolverEngines", 3, 6)]

0 comments on commit 9371c1a

Please sign in to comment.