Skip to content

Commit

Permalink
Prep for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Feb 1, 2016
1 parent d16ed1c commit ce6515d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GameData/AJE/AJE.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"VERSION" : {
"MAJOR" : 2,
"MINOR" : 5,
"PATCH" : 4,
"MINOR" : 6,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION_MIN" : {
Expand Down
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, 5)]
[assembly: KSPAssembly("AJE", 2, 6)]

// 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.5.4.0")]
[assembly: AssemblyFileVersion("2.5.4.0")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]

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

0 comments on commit ce6515d

Please sign in to comment.