Skip to content

Commit

Permalink
Prep for v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Jul 1, 2016
1 parent c2d92c9 commit 84a6ded
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion GameData/SolverEngines/Readme_SolverEngines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ See AJE or RealFuels for examples of how to implement SolverEngines in practice.

Changelog:

v2.2
* Recompile against KSP 1.1.3

v2.1
* Update for KSP 1.1.2

v2.0

* Updated for KSP 1.1
* Support variable thrust per transform as in ModuleEngines

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" : 1,
"MINOR" : 2,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down
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("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

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

0 comments on commit 84a6ded

Please sign in to comment.