Skip to content

Commit c79ba2c

Browse files
committed
Release 3.1.1.1 (Lisias) for KSP 1.4; 1.5
1 parent 34ae353 commit c79ba2c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
6+
+ Adding KSPe logging facilities
7+
+ Syncing source with upstream latest fixes.
8+
- more Internal code improvement by @blowfish
59
* 2018-1019: 3.1.0.1 (Lisias) for KSP 1.4
610
+ Declaring this thing **EXPERIMENTAL**.
711
- I will properly maintain it, but it still Experimental (and non Standard)

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
*Lasciate ogne speranza, voi ch'intrate*
33
- - -
44

5+
* 2018-1112: 3.1.1.1 (Lisias) for KSP 1.4; 1.5
6+
+ Adding KSPe logging facilities
7+
+ Syncing source with upstream latest fixes.
8+
- more Internal code improvement by @blowfish
59
* 2018-1019: 3.1.0.1 (Lisias) for KSP 1.4
610
+ Declaring this thing **EXPERIMENTAL**.
711
- I will properly maintain it, but it still Experimental (and non Standard)

ModuleManager.version

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@
77
"VERSION":{
88
"MAJOR":3,
99
"MINOR":1,
10-
"PATCH":0,
10+
"PATCH":1,
1111
"BUILD":1
1212
},
13-
"KSP_VERSION":{
14-
"MAJOR":1,
15-
"MINOR":4
16-
},
1713
"KSP_VERSION_MIN":{
1814
"MAJOR":1,
1915
"MINOR":4,
2016
"PATCH":1
2117
},
2218
"KSP_VERSION_MAX":{
2319
"MAJOR":1,
24-
"MINOR":4,
20+
"MINOR":5,
2521
"PATCH":99
2622
}
2723
}

0 commit comments

Comments
 (0)