From 87e3f1a4aeed558a492472999baf12a76769d365 Mon Sep 17 00:00:00 2001 From: stonesmileGit Date: Sat, 1 Jan 2022 23:53:03 +0100 Subject: [PATCH] Prep for v18.5.0 --- .../Plugins/RealSolarSystem.dll | Bin 36352 -> 36352 bytes GameData/RealSolarSystem/Readme_RSS.txt | 4 ++++ .../RealSolarSystem/RealSolarSystem.version | 2 +- Source/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll b/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll index 533c3eb2bfe3497604542e5e95b7546ad8d1baee..f2108636224a09551374d0cbcfa9829e9308b397 100644 GIT binary patch delta 86 zcmZpe!_+W`X+j6H(d`QxyY;;oSvT+YN;MHMW?H>N^Lw4o0_#m0Q(ZD1Z8oSs!Om#9 l`Da@{Gbby95CaIXZl2f`$OsgD+`Sq|P44ft29l?HO#zxjACv$9 delta 86 zcmZpe!_+W`X+j6{nYHUScI$gFvTWY%m1-iee8bhE8{3Q>=BZ6P{oz29{$_*v6YPv8 mn}4?TGjp;q2r+;F%jSt)fs8=W$K9)e)a3qNYan^L*AxI5JRzb0 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