Skip to content

Commit

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

// 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.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]

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

0 comments on commit 55351fa

Please sign in to comment.