Skip to content

Commit

Permalink
recompile for KSP1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pellinor0 committed Nov 2, 2016
1 parent 5ecbf6f commit d856bca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Checker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static bool IsCompatible()
// Even if you don't lock down functionality, you should return true if your users
// can expect a future update to be available.
//
return Versioning.version_major == 1 && Versioning.version_minor == 2 && Versioning.Revision == 0;
return Versioning.version_major == 1 && Versioning.version_minor == 2 && Versioning.Revision == 1;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down
4 changes: 2 additions & 2 deletions GameData/TweakScale/TweakScale.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":2,
"MINOR":3,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":2,
"PATCH":0
"PATCH":1
}
}

Binary file modified GameData/TweakScale/plugins/Scale.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: AssemblyVersion( "2.3.2.0")]
[assembly: AssemblyFileVersion("2.3.2.0")]

0 comments on commit d856bca

Please sign in to comment.