Skip to content

Commit

Permalink
Prep for v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed May 19, 2018
1 parent 2c273a3 commit 0dc1173
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.6.2

* Recompile for KSP 1.4.3

v3.6.1

* Recompile for KSP 1.4.2
Expand Down
4 changes: 2 additions & 2 deletions GameData/SolverEngines/SolverEngines.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"VERSION" : {
"MAJOR" : 3,
"MINOR" : 6,
"PATCH" : 1,
"PATCH" : 2,
"BUILD" : 0
},
"KSP_VERSION" : {
"MAJOR" : 1,
"MINOR" : 4,
"PATCH" : 2
"PATCH" : 3
}
}
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.6.1.0")]
[assembly: AssemblyFileVersion("3.6.2.0")]

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

0 comments on commit 0dc1173

Please sign in to comment.