Skip to content

Commit

Permalink
Merge pull request KSP-RO#176 from raidernick/master
Browse files Browse the repository at this point in the history
Recompile for KSP 1.7.3
  • Loading branch information
raidernick authored Nov 2, 2019
2 parents ab2dc7e + acf50fe commit 41f41ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified GameData/RealSolarSystem/Plugins/RealSolarSystem.dll
Binary file not shown.
8 changes: 4 additions & 4 deletions GameData/RealSolarSystem/RealSolarSystem.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"URL": "https://raw.githubusercontent.com/KSP-RO/RealSolarSystem/master/RealSolarSystem/RealSolarSystem.version",
"VERSION": {
"MAJOR": 16,
"MINOR": 2,
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 6,
"MINOR": 7,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 9
"MINOR": 7,
"PATCH": 99
}
}
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.16.0.0")]
[assembly: AssemblyFileVersion("0.16.2.0")]
[assembly: AssemblyVersion("0.16.3.0")]
[assembly: AssemblyFileVersion("0.16.3.0")]
2 changes: 1 addition & 1 deletion Source/VersionChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 == 6;
return Versioning.version_major == 1 && Versioning.version_minor == 7;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down

0 comments on commit 41f41ee

Please sign in to comment.