Skip to content

Commit

Permalink
Prep for v1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 19, 2015
1 parent 5fc575a commit ee422ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Binary file modified GameData/SolverEngines/Plugins/SolverEngines.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions GameData/SolverEngines/Readme_SolverEngines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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.13
* Respect the "Ignore Max Temperature" cheat option.

v1.12
* Update to KSP 1.0.5.
* Get rid of ModuleAnimateEmissive, now unneded with stock changes.
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" : 12,
"MINOR" : 13,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
8 changes: 4 additions & 4 deletions SolverEngines/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyTitle("SolverEngines")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("NathanKell and blowfish")]
[assembly: AssemblyProduct("SolverEngines")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
Expand All @@ -32,7 +32,7 @@
// 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.12.0.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: AssemblyVersion("1.13.0.0")]
[assembly: AssemblyFileVersion("1.13.0.0")]

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

0 comments on commit ee422ec

Please sign in to comment.