diff --git a/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll b/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll index 533c3eb2..f2108636 100644 Binary files a/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll and b/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll differ diff --git a/GameData/RealSolarSystem/Readme_RSS.txt b/GameData/RealSolarSystem/Readme_RSS.txt index a62e4c98..8696fdbd 100644 --- a/GameData/RealSolarSystem/Readme_RSS.txt +++ b/GameData/RealSolarSystem/Readme_RSS.txt @@ -42,6 +42,10 @@ FINAL NOTES: You really should play with the recommended mods. See the Realism Overhaul thread for details. =========================== +Changelog +v18.5.0 +* Add Russian localization, @eggrobin + Changelog v18.4.0 * Fix clip planes for OpenGL, @siimav diff --git a/GameData/RealSolarSystem/RealSolarSystem.version b/GameData/RealSolarSystem/RealSolarSystem.version index 7c66fadb..a526b3d8 100644 --- a/GameData/RealSolarSystem/RealSolarSystem.version +++ b/GameData/RealSolarSystem/RealSolarSystem.version @@ -3,7 +3,7 @@ "URL": "https://github.com/KSP-RO/RealSolarSystem/raw/master/GameData/RealSolarSystem/RealSolarSystem.version", "VERSION": { "MAJOR": 18, - "MINOR": 4, + "MINOR": 5, "PATCH": 0 }, "KSP_VERSION_MIN": { diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 61665d12..a818ef35 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -35,8 +35,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("18.4.0.0")] -[assembly: AssemblyFileVersion("18.4.0.0")] +[assembly: AssemblyVersion("18.5.0.0")] +[assembly: AssemblyFileVersion("18.5.0.0")] [assembly: KSPAssemblyDependency("Kopernicus", 1, 0)] [assembly: KSPAssemblyDependency("Kopernicus.Parser", 1, 0)] \ No newline at end of file