Skip to content

Commit

Permalink
Prep 1.0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBUTEK committed May 1, 2015
1 parent d159019 commit 80cf264
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Documents/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.16.5, 02-05-2015
Fixed: Delta-V not being correctly calculated.
Changed: Editor locking now uses the InputLockManager.

1.0.16.4, 01-05-2015
Fixed: Physically insignificant part mass is now accounted for.
Changed: Module mass accounted for as it now makes its way onto the launch pad (e.g. fairings).
Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/EngineerGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EngineerGlobals
/// <summary>
/// Current version of the Kerbal Engineer assembly.
/// </summary>
public const string AssemblyVersion = "1.0.16.4";
public const string AssemblyVersion = "1.0.16.5";

#endregion

Expand Down
Binary file modified Output/KerbalEngineer/KerbalEngineer.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Output/KerbalEngineer/KerbalEngineer.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"MAJOR":1,
"MINOR":0,
"PATCH":16,
"BUILD":4
"BUILD":5
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":0,
"PATCH":1
"PATCH":2
}
}

0 comments on commit 80cf264

Please sign in to comment.