Skip to content

Commit

Permalink
Made the OX-HEX invulnerable to aero damage
Browse files Browse the repository at this point in the history
	Localization and German translation by @LeLeon
	Updated .version file to allow all of 1.4.1+
  • Loading branch information
linuxgurugamer committed Apr 8, 2018
1 parent aee8486 commit 19ec874
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
7 changes: 6 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,9 @@ ChangeLog
Fixed build with dlls

0.3.23.5
Changed name of MEMLander to MEMLanderSXT to avoid conflict with stock
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+
14 changes: 12 additions & 2 deletions GameData/SXT/SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

}
2 changes: 1 addition & 1 deletion ModuleBounce/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("0.3.23.5")]
[assembly: AssemblyVersion("0.3.23.6")]
14 changes: 12 additions & 2 deletions SXTContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

}

0 comments on commit 19ec874

Please sign in to comment.