Skip to content

Commit 556396b

Browse files
Bump release number to 1.8.10 and update end year
1 parent 60fb022 commit 556396b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

GameData/RemoteTech/RemoteTech.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":8,
15-
"PATCH":9,
15+
"PATCH":10,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
20-
"MINOR":3,
20+
"MINOR":4,
2121
"PATCH":1
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
25-
"MINOR":3,
25+
"MINOR":4,
2626
"PATCH":0
2727
},
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
30-
"MINOR":3,
30+
"MINOR":4,
3131
"PATCH":1
3232
}
3333
}

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("RemoteTechnologiesGroup")]
1212
[assembly: AssemblyProduct("RemoteTech")]
13-
[assembly: AssemblyCopyright("Copyright © 2013-2017")]
13+
[assembly: AssemblyCopyright("Copyright © 2013-2018")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -37,7 +37,7 @@
3737
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
3838
// unlikely that there wouldn't be other breaking changes on a minor version change.
3939
[assembly: AssemblyVersion("1.8")]
40-
[assembly: AssemblyFileVersion("1.8.9")]
40+
[assembly: AssemblyFileVersion("1.8.10")]
4141

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

0 commit comments

Comments
 (0)