Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit f2e0fab

Browse files
committed
Rebuild 1.9.0 for KSP 1.3.0
1 parent 1fdace3 commit f2e0fab

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.9.0 (26 May 2017)
2+
- Recompiled against KSP release v1.3.0
3+
4+
---
5+
16
v1.8.1 (20 October 2016)
27
- Fix potential exceptions related to the Blizzy Toolbar interface (thanks to Kerbas-ad-astra).
38
- De-Linq the rest of DOE.

GameData/DistantObject/DistantObject.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"DOWNLOAD": "https://github.com/MOARdV/DistantObject/releases",
55
"VERSION": {
66
"MAJOR": 1,
7-
"MINOR": 8,
8-
"PATCH": 1
7+
"MINOR": 9,
8+
"PATCH": 0
99
},
1010
"KSP_VERSION": {
1111
"MAJOR": 1,
12-
"MINOR": 2,
13-
"PATCH": 2
12+
"MINOR": 3,
13+
"PATCH": 0
1414
},
1515
"KSP_VERSION_MIN":
1616
{
1717
"MAJOR": 1,
18-
"MINOR": 2,
18+
"MINOR": 3,
1919
"PATCH": 0
2020
},
2121
}

SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[assembly: AssemblyDescription("KSP Plugin to render distant planets and spacecraft")]
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyCompany("Duckytopia / MOARdV")]
10-
[assembly: AssemblyCopyright("Copyright © 2014-2016")]
10+
[assembly: AssemblyCopyright("Copyright © 2014-2017")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

1414
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
1515
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1616
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
17-
[assembly: AssemblyVersion("1.8.1.*")]
17+
[assembly: AssemblyVersion("1.9.0.*")]
1818

1919
// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
2020
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it

0 commit comments

Comments
 (0)