Skip to content

Commit

Permalink
Prep for v10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 4, 2015
1 parent fbc0ef2 commit 3b586b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file modified GameData/RealSolarSystem/Plugins/RealSolarSystem.dll
Binary file not shown.
4 changes: 4 additions & 0 deletions GameData/RealSolarSystem/Readme_RSS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ FINAL NOTE: You really should play with the recommended mods. See the Realism Ov

===========================
Changelog
v10.3.1
* Un-revert reversion of Earth biomes.
* Slightly re-increase launch site comm range, to about that of a Comm16.

v10.3
* RSS itself now contains groundstation definitions for RemoteTech, with the full networks appearing when RealismOverhaul is installed (via NEEDS--the files are here). Thanks Peppie, regex!
* Patch AntennaRange antenna ranges, if that's installed. Thanks Kerbas-ad-astra!
Expand Down
2 changes: 1 addition & 1 deletion Source/Checkers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 == 0;
return Versioning.version_major == 1 && Versioning.version_minor == 0 && Versioning.Revision <= 4;

/*-----------------------------------------------*\
| IMPLEMENTERS SHOULD NOT EDIT BEYOND THIS POINT! |
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("0.10.2.0")]
[assembly: AssemblyFileVersion("0.10.2.0")]
[assembly: AssemblyVersion("0.10.3.1")]
[assembly: AssemblyFileVersion("0.10.3.1")]

0 comments on commit 3b586b7

Please sign in to comment.