Skip to content

Commit

Permalink
Prep for 2.7.1 - recompile against KSP 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed May 1, 2016
1 parent 9416067 commit 495340d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions GameData/AJE/AJE.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"VERSION" : {
"MAJOR" : 2,
"MINOR" : 7,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
"PATCH" : 2
},
"KSP_VERSION_MAX" : {
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0
"PATCH" : 2
}
}
Binary file modified GameData/AJE/Plugins/AJE.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// 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.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
[assembly: AssemblyVersion("2.7.1.0")]
[assembly: AssemblyFileVersion("2.7.1.0")]

// Keep this the same
[assembly: KSPAssemblyDependency("SolverEngines", 2, 0)]
[assembly: KSPAssemblyDependency("SolverEngines", 2, 1)]

0 comments on commit 495340d

Please sign in to comment.