Skip to content

Commit

Permalink
Prep for 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Dec 15, 2015
1 parent ee8c8e2 commit 3882ecc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 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 @@ -27,6 +27,10 @@ SolverEngines includes a GUI to display useful information about engines in flig
See AJE or RealFuels for examples of how to implement SolverEngines in practice.

Changelog:
v1.14
* Minor refactor of engine fitting
* Get rid of debug spam for non Earth/Kerbin atmospheres

v1.13
* Respect the "Ignore Max Temperature" cheat option.

Expand Down
2 changes: 1 addition & 1 deletion GameData/SolverEngines/SolverEngines.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"VERSION" : {
"MAJOR" : 1,
"MINOR" : 13,
"MINOR" : 14,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
2 changes: 1 addition & 1 deletion SolverEngines/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("1.13.0.0")]
[assembly: AssemblyFileVersion("1.13.0.0")]

[assembly: KSPAssembly("SolverEngines", 1, 13)]
[assembly: KSPAssembly("SolverEngines", 1, 14)]

0 comments on commit 3882ecc

Please sign in to comment.