Skip to content

Commit c096724

Browse files
committed
Release 4.2.2.5 (Lisias) for KSP >= 1.2
1 parent cb24501 commit c096724

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGES.md

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

5+
* 2023-0316: 4.2.2.5 (Lisias) for KSP >= 1.2
6+
+ Drops the Experimental status
7+
+ Relicense the whole shebang to GPL-3.0
8+
+ Make the thing properly distributable.
9+
+ **Needs** KSPe 2.5 or higher.
510
* 2022-0918: 4.2.2.4b (Lisias) for KSP >= 1.2
611
+ Updates the [`INSTALL.md`](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
712
- A new `MM/L` release wasn't really **needed**, but since I failed to update the install instructions and there're people using this, I choose to be conservative on the matter.

CHANGE_LOG.md

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

5+
* 2023-0316: 4.2.2.5 (Lisias) for KSP >= 1.2
6+
+ Drops the Experimental status
7+
+ Relicense the whole shebang to GPL-3.0
8+
+ Make the thing properly distributable.
9+
+ **Needs** KSPe 2.5 or higher.
510
* 2022-0918: 4.2.2.4b (Lisias) for KSP >= 1.2
611
+ Updates the [`INSTALL.md`](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md) file to reflect the new deployment model.
712
- A new `MM/L` release wasn't really **needed**, but since I failed to update the install instructions and there're people using this, I choose to be conservative on the matter.

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":2,
11-
"BUILD":4
11+
"BUILD":5
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":2,
11-
"BUILD":4
11+
"BUILD":5
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,

Source/ModuleManager/Properties/AssemblyInfo.cs

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

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

0 commit comments

Comments
 (0)