Skip to content

Commit

Permalink
Updated compilation and version for KSP 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Nov 8, 2015
1 parent 6b78d9c commit dc62075
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Firespitter/Firespitter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -49,7 +49,7 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\KSP_DEV\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Firespitter/tools/FSversionCheck.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class FSversionCheck : MonoBehaviour
{
static int CompatibleWithMajor = 1;
static int CompatibleWithMinor = 0;
static int CompatibleWithRevision = 4;
static int CompatibleWithRevision = 5;
static System.Version FSversion;

public void Start()
Expand Down
4 changes: 2 additions & 2 deletions For release/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"VERSION": {
"MAJOR": 7,
"MINOR": 1,
"PATCH": 4
"PATCH": 5
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4
"PATCH": 5
}
}
Binary file modified For release/Firespitter/Plugins/Firespitter.dll
Binary file not shown.

0 comments on commit dc62075

Please sign in to comment.