Skip to content

Commit

Permalink
Prep for v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Jul 31, 2017
1 parent 8e7ba1b commit 13a3374
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.2

* Fix engines not allowing restart after running out of fuel and then fuel becoming available again

v3.1

* Fix a bug with engine fitting where results would persist after data was deleted
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" : 1,
"MINOR" : 2,
"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.0.0.0")] // Don't change until breaking changes occur
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]

[assembly: KSPAssembly("SolverEngines", 3, 1)]
[assembly: KSPAssembly("SolverEngines", 3, 2)]

0 comments on commit 13a3374

Please sign in to comment.