From 19ec874ee3cee66ab16c1a8177c0f475c242f4f1 Mon Sep 17 00:00:00 2001 From: Jonathan Bayer Date: Sun, 8 Apr 2018 14:49:23 -0400 Subject: [PATCH] Made the OX-HEX invulnerable to aero damage Localization and German translation by @LeLeon Updated .version file to allow all of 1.4.1+ --- Changelog.txt | 7 ++++++- GameData/SXT/SXTContinued.version | 14 ++++++++++++-- ModuleBounce/AssemblyVersion.cs | 2 +- SXTContinued.version | 14 ++++++++++++-- 4 files changed, 31 insertions(+), 6 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 643063f6..0d8ad6d9 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -161,4 +161,9 @@ ChangeLog Fixed build with dlls 0.3.23.5 - Changed name of MEMLander to MEMLanderSXT to avoid conflict with stock \ No newline at end of file + Changed name of MEMLander to MEMLanderSXT to avoid conflict with stock + +0.3.23.6 + Made the OX-HEX invulnerable to aero damage + Localization and German translation by @LeLeon + Updated .version file to allow all of 1.4.1+ diff --git a/GameData/SXT/SXTContinued.version b/GameData/SXT/SXTContinued.version index 8096434b..50fef28c 100644 --- a/GameData/SXT/SXTContinued.version +++ b/GameData/SXT/SXTContinued.version @@ -12,13 +12,23 @@ "MAJOR":0, "MINOR":3, "PATCH":23, - "BUILD":5 + "BUILD":6 }, "KSP_VERSION": { "MAJOR":1, "MINOR":4, "PATCH":1 - } + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 1 + }, + "KSP_VERSION_MAX": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 99 + } } diff --git a/ModuleBounce/AssemblyVersion.cs b/ModuleBounce/AssemblyVersion.cs index 995edddf..d1739bcc 100644 --- a/ModuleBounce/AssemblyVersion.cs +++ b/ModuleBounce/AssemblyVersion.cs @@ -5,4 +5,4 @@ using System.Reflection; - [assembly: AssemblyVersion("0.3.23.5")] + [assembly: AssemblyVersion("0.3.23.6")] diff --git a/SXTContinued.version b/SXTContinued.version index 8096434b..50fef28c 100644 --- a/SXTContinued.version +++ b/SXTContinued.version @@ -12,13 +12,23 @@ "MAJOR":0, "MINOR":3, "PATCH":23, - "BUILD":5 + "BUILD":6 }, "KSP_VERSION": { "MAJOR":1, "MINOR":4, "PATCH":1 - } + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 1 + }, + "KSP_VERSION_MAX": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 99 + } }