Skip to content

Commit

Permalink
Recompile for 1.1.3, prep v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 4, 2016
1 parent 26d9e35 commit a1d474e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file modified RealHeat/Plugins/RealHeat.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions RealHeat/Readme_RH.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Installation:
Extract RealHeat folder and ModularFlightIntegrator folders to GameData.

Changelog:
v4.3
* Recompile for KSP 1.1.3

v4.2
* Lower convective coefficient at low density and velocity (we were overestimating convection then).

Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.4.2.0")]
[assembly: AssemblyFileVersion("0.4.2.0")]
[assembly: AssemblyVersion("0.4.3.0")]
[assembly: AssemblyFileVersion("0.4.3.0")]

[assembly: KSPAssembly("RealHeat", 4, 0)]
[assembly: KSPAssemblyDependency("ModularFlightIntegrator", 1, 0)]
2 changes: 1 addition & 1 deletion Source/RealHeat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Private>False</Private>
</Reference>
<Reference Include="ModularFlightIntegrator">
<HintPath>..\..\..\..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll</HintPath>
<HintPath>..\..\..\..\..\..\Games\RO_113\GameData\ModularFlightIntegrator\ModularFlightIntegrator.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, processorArchitecture=MSIL">
Expand Down

0 comments on commit a1d474e

Please sign in to comment.