Skip to content

Commit 29e9d9f

Browse files
committed
Merge pull request RemoteTechnologiesGroup#474 from Peppie23/v1_6_8_prerelease
Pre Release v1.6.8
2 parents b5dbeee + a18f3d9 commit 29e9d9f

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.6.8
2+
========================================
3+
Released September 12, 2015
4+
5+
General
6+
--------------------
7+
- Added a new value to RTSettings to keep the throttle on connection loose (ThrottleZeroOnNoConnection=True or False)
8+
- Clean up vessel target handling (thx to geoffromer)
9+
- Added Asteroid Day antennas (thx to phroggster)
10+
- Added NovaPunch antennas (thx to blnk2007)
11+
12+
113
Version 1.6.7
214
========================================
315
Released June 25, 2015

GameData/ModuleManager.2.6.3.dll

-55 KB
Binary file not shown.

GameData/ModuleManager.2.6.9.dll

59 KB
Binary file not shown.

GameData/RemoteTech/RemoteTech.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":6,
15-
"PATCH":7,
15+
"PATCH":8,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{

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.6")]
40-
[assembly: AssemblyFileVersion("1.6.7")]
40+
[assembly: AssemblyFileVersion("1.6.8")]
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)