Skip to content

Commit 81c88b4

Browse files
committed
Release 4.2.1.2
1 parent 46cd340 commit 81c88b4

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
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+
* 2021-0927: 4.2.1.2 (Lisias) for KSP >= 1.2
6+
+ Code base updated to the newest KSPe 2.4 series
7+
+ **ATTENTION**
8+
- This release will only work on the new KSPe 2.4 series!
59
* 2021-0907: 4.2.1.1 (Lisias) for KSP >= 1.2
610
+ Catch up with upstream:
711
- 4.2.1

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+
* 2021-0927: 4.2.1.2 (Lisias) for KSP >= 1.2
6+
+ Code base updated to the newest KSPe 2.4 series
7+
+ **ATTENTION**
8+
- This release will only work on the new KSPe 2.4 series!
59
* 2021-0907: 4.2.1.1 (Lisias) for KSP >= 1.2
610
+ Catch up with upstream:
711
- 4.2.1

ModuleManager.122.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":1,
11-
"BUILD":1
11+
"BUILD":2
1212
},
1313
"KSP_VERSION":{
1414
"MAJOR":1,

ModuleManager.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"MAJOR":4,
99
"MINOR":2,
1010
"PATCH":1,
11-
"BUILD":1
11+
"BUILD":2
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

Source/ModuleManager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
//[assembly: AssemblyDelaySign(false)]
2727
//[assembly: AssemblyKeyFile("")]
2828

29-
[assembly: KSPAssemblyDependency("KSPe", 2, 2)]
29+
[assembly: KSPAssemblyDependency("KSPe", 2, 4)]
30+
[assembly: KSPAssemblyDependency("KSPe.UI", 2, 4)]
3031

0 commit comments

Comments
 (0)