Skip to content

Commit

Permalink
Prep for v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 20, 2015
1 parent c0ea0c1 commit 4be8b16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameData/AJE/AJE.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION" : {
"MAJOR" : 2,
"MINOR" : 5,
"PATCH" : 1,
"PATCH" : 2,
"BUILD" : 0
},
"KSP_VERSION_MIN" : {
Expand Down
Binary file modified GameData/AJE/Plugins/AJE.dll
Binary file not shown.
4 changes: 2 additions & 2 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.5.1.0")]
[assembly: AssemblyFileVersion("2.5.1.0")]
[assembly: AssemblyVersion("2.5.2.0")]
[assembly: AssemblyFileVersion("2.5.2.0")]

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

0 comments on commit 4be8b16

Please sign in to comment.