Skip to content

Commit

Permalink
Prep for v3.10.0 -- KSP 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed May 29, 2021
1 parent 1b79a1c commit 0a2bd74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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 @@ -29,6 +29,9 @@ See AJE or RealFuels for examples of how to implement SolverEngines in practice.

Changelog:

v3.10.0
* Respect KSP's use of fuelFlowGui field, instead use our own massFlowGui field. (Used for Waterfall compatibility etc.)

v3.9.0
* Recompile for KSP 1.10.1

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" : 3,
"MINOR" : 9,
"MINOR" : 10,
"PATCH" : 0,
"BUILD" : 0
},
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.9.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]

[assembly: KSPAssembly("SolverEngines", 3, 9, 0)]
[assembly: KSPAssembly("SolverEngines", 3, 10, 0)]

0 comments on commit 0a2bd74

Please sign in to comment.