Skip to content

Commit

Permalink
Prep for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Apr 27, 2016
1 parent 8a14f10 commit 970cbb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions GameData/AJE/AJE.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"VERSION" : {
"MAJOR" : 2,
"MINOR" : 6,
"PATCH" : 1,
"MINOR" : 7,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 5
"MINOR" : 1,
"PATCH" : 0
},
"KSP_VERSION_MAX" : {
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 5
"MINOR" : 1,
"PATCH" : 0
}
}
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 @@ -13,7 +13,7 @@
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: KSPAssembly("AJE", 2, 6)]
[assembly: KSPAssembly("AJE", 2, 7)]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand All @@ -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.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]

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

0 comments on commit 970cbb2

Please sign in to comment.