Skip to content

Commit

Permalink
Readme/version update v10.0.1 FINAL
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 17, 2015
1 parent be13812 commit 4909c8c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
Binary file modified GameData/RealSolarSystem/Plugins/RealSolarSystem.dll
Binary file not shown.
7 changes: 7 additions & 0 deletions GameData/RealSolarSystem/Readme_RSS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ FINAL NOTE: You really should play with the recommended mods. See the Realism Ov

===========================
Changelog
v10.0.1
* Fixed atmosphere shader on Neptune.
* Fixed Titan to properly grab its heightmap.
* Fixed Titan surface coloration.
* Fixed atmosphere colors.
* Fixed versioning for CKAN.

v10.0
(note: v9 was never released)
* **Utterly savebreaking.**
Expand Down
7 changes: 4 additions & 3 deletions GameData/RealSolarSystem/RealSolarSystem.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"VERSION": {
"MAJOR": 10,
"MINOR": 0,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0
"MINOR": 0,
"PATCH": 2
}
}
}
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.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]
[assembly: AssemblyVersion("0.10.0.1")]
[assembly: AssemblyFileVersion("0.10.0.1")]

0 comments on commit 4909c8c

Please sign in to comment.