Skip to content

Commit 09d9b18

Browse files
Bump release version to 1.9.7
1 parent 72e2554 commit 09d9b18

File tree

4 files changed

+38
-7
lines changed

4 files changed

+38
-7
lines changed

CHANGES.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Version 1.9.7
2+
**Released July 20, 2020**
3+
4+
What's New?
5+
===========
6+
7+
* Compiled for KSP 1.10
8+
* Updated ModuleManager to 4.1.4
9+
* Added support for 2 new probe core parts of KSP 1.10
10+
* Added support for NearFuture Exploration (minimum 1.0.7)
11+
* Added support for Universal Storage 2
12+
* Supported pre-targeting of a dish antenna in VAB and SPH
13+
14+
Detailed Changelog
15+
==================
16+
17+
Fixed Issues
18+
------------
19+
20+
* Issue #257: Request: pre-target antennae in VAB/SPH [requested by: cerebrate]
21+
* Issue #725: VAB/SPH dish target allocation (feature request) [requested by: Khormin]
22+
* Issue #811: Set Antenna Tracking in VAB [requested by: dimitriye98]
23+
24+
Pull Requests
25+
-------------
26+
27+
* PR #724: VAB and SPH target button [PR by: drunkeNNN]
28+
* PR #815: Support for Universal Storage 2 [PR by: NullSnapshot]
29+
30+
***
31+
132
# Version 1.9.6
233
**Released February 15, 2020**
334

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":9,
15-
"PATCH":6,
15+
"PATCH":7,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
20-
"MINOR":9,
20+
"MINOR":10,
2121
"PATCH":0
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
25-
"MINOR":9,
25+
"MINOR":10,
2626
"PATCH":0
2727
},
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
30-
"MINOR":9,
30+
"MINOR":10,
3131
"PATCH":0
3232
}
3333
}

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#---------------------------------#
1414

1515
# version format (you need to bump it when changing version)
16-
version: 1.9.6
16+
version: 1.9.7
1717

1818
# branches
1919
branches:
@@ -218,7 +218,7 @@
218218
#---------------------------------#
219219

220220
# version format (you need to bump it when changing version)
221-
version: 1.9.6-{build}-{branch}
221+
version: 1.9.7-{build}-{branch}
222222

223223
# branches
224224
branches:

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.9")]
40-
[assembly: AssemblyFileVersion("1.9.6")]
40+
[assembly: AssemblyFileVersion("1.9.7")]
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)