Skip to content

Commit

Permalink
Prep for v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Dec 19, 2020
1 parent a13c3d4 commit a8c74ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
Binary file modified GameData/SolverEngines/Plugins/SolverEngines.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions GameData/SolverEngines/Readme_SolverEngines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ 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:

v3.8.0
* Recompile for KSP 1.9.1
* Take independent throttle and thrust limiter into account

v3.7.5
* Recompile for KSP 1.8.1

Expand Down
6 changes: 3 additions & 3 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" : 7,
"PATCH" : 5,
"MINOR" : 8,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" : {
"MAJOR" : 1,
"MINOR" : 8,
"MINOR" : 9,
"PATCH" : 1
},
"KSP_VERSION_MIN": {
Expand Down
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.7.5.0")]
[assembly: AssemblyFileVersion("3.8.0.0")]

[assembly: KSPAssembly("SolverEngines", 3, 7, 5)]
[assembly: KSPAssembly("SolverEngines", 3, 8, 0)]

0 comments on commit a8c74ab

Please sign in to comment.