Skip to content

Commit

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

* Recompile for KSP 1.3

v3.2

* Fix engines not allowing restart after running out of fuel and then fuel becoming available again
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" : 2,
"MINOR" : 3,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" : {
"MAJOR" : 1,
"MINOR" : 2,
"PATCH" : 2
"MINOR" : 3,
"PATCH" : 0
}
}
6 changes: 3 additions & 3 deletions SolverEngines/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("3.0.0.0")] // Don't change until breaking changes occur
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyVersion("3.3.0.0")] // Don't change until breaking changes occur
[assembly: AssemblyFileVersion("3.3.0.0")]

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

0 comments on commit be1499d

Please sign in to comment.