File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
* Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
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
5
9
* 2018-1019: 3.1.0.1 (Lisias) for KSP 1.4
6
10
+ Declaring this thing **EXPERIMENTAL**.
7
11
- I will properly maintain it, but it still Experimental (and non Standard)
Original file line number Diff line number Diff line change 2
2
* Lasciate ogne speranza, voi ch'intrate*
3
3
- - -
4
4
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
5
9
* 2018-1019: 3.1.0.1 (Lisias) for KSP 1.4
6
10
+ Declaring this thing **EXPERIMENTAL**.
7
11
- I will properly maintain it, but it still Experimental (and non Standard)
Original file line number Diff line number Diff line change 7
7
"VERSION":{
8
8
"MAJOR":3,
9
9
"MINOR":1,
10
- "PATCH":0 ,
10
+ "PATCH":1 ,
11
11
"BUILD":1
12
12
},
13
- "KSP_VERSION":{
14
- "MAJOR":1,
15
- "MINOR":4
16
- },
17
13
"KSP_VERSION_MIN":{
18
14
"MAJOR":1,
19
15
"MINOR":4,
20
16
"PATCH":1
21
17
},
22
18
"KSP_VERSION_MAX":{
23
19
"MAJOR":1,
24
- "MINOR":4 ,
20
+ "MINOR":5 ,
25
21
"PATCH":99
26
22
}
27
23
}
You can’t perform that action at this time.
0 commit comments