Skip to content

Commit

Permalink
recompile for ksp 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pellinor0 committed Jun 24, 2016
1 parent ea33cad commit 717d0de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 == 1 && Versioning.Revision == 2;
return Versioning.version_major == 1 && Versioning.version_minor == 1 && Versioning.Revision == 3;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down
6 changes: 3 additions & 3 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":2,
"PATCH":12,
"BUILD":3
"PATCH":13,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":2
"PATCH":3
}
}

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.2.12.3")]
[assembly: AssemblyFileVersion("2.2.12.3")]
[assembly: AssemblyVersion("2.2.13.0")]
[assembly: AssemblyFileVersion("2.2.13.0")]

0 comments on commit 717d0de

Please sign in to comment.