Skip to content

Commit

Permalink
Prep for v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Jul 6, 2016
1 parent 2478fab commit 74243e8
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:

V2.3
* Revert AssemblyVersion to 2.1.0.0 since latest releases of AJE and RF depend on it

v2.2
* Recompile against KSP 1.1.3

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" : 2,
"MINOR" : 2,
"MINOR" : 3,
"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("2.1.0.0")] // Don't change until breaking changes occur
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]

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

0 comments on commit 74243e8

Please sign in to comment.