diff --git a/CHANGES.md b/CHANGES.md index 5acea9d..2042f68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,15 @@ # Kerbal Joint Reinforcement /L :: Changes -* 2018-1129: 3.3.4.0 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 +* 2018-1202: 3.3.4.1 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 + + Logging `config.xml` status when loading. + REMERGE from ferrram4's and meiru's changes - Previous merge was trashed. - This is a new code-tree + Bumping up version to match meiru's codetree + Preventing KJR to mess with [DockRotate](https://forum.kerbalspaceprogram.com/index.php?/topic/170484-15-14-dockrotate-lightweight-robotics-rotational-control-on-docking-ports-plus-noderotate-make-any-part-rotate/). - Change from [peteletroll](https://forum.kerbalspaceprogram.com/index.php?/profile/144573-peteletroll/), also mentioned by [AccidentalDisassembly](https://forum.kerbalspaceprogram.com/index.php?/topic/171377-130l-145-grounded-modular-vehicles-r40l-new-light-texture-switch-alternatives-fixes-oct-9-2018/&do=findComment&comment=3316608) +* 2018-1129: 3.3.4.0 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 + + DITCHED due a dumb mistake on .version * 2018-1127: 3.3.3.4 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 + Tested (almost properly) on KSP 1.2 :) - 'Unifying' the releases in a single distribution file. diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 0d74545..ba7addf 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,12 +1,15 @@ # Kerbal Joint Reinforcement /L :: Change Log -* 2018-1129: 3.3.4.0 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 +* 2018-1202: 3.3.4.1 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 + + Logging `config.xml` status when loading. + REMERGE from ferrram4's and meiru's changes - Previous merge was trashed. - This is a new code-tree + Bumping up version to match meiru's codetree + Preventing KJR to mess with [DockRotate](https://forum.kerbalspaceprogram.com/index.php?/topic/170484-15-14-dockrotate-lightweight-robotics-rotational-control-on-docking-ports-plus-noderotate-make-any-part-rotate/). - Change from [peteletroll](https://forum.kerbalspaceprogram.com/index.php?/profile/144573-peteletroll/), also mentioned by [AccidentalDisassembly](https://forum.kerbalspaceprogram.com/index.php?/topic/171377-130l-145-grounded-modular-vehicles-r40l-new-light-texture-switch-alternatives-fixes-oct-9-2018/&do=findComment&comment=3316608) +* 2018-1129: 3.3.4.0 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 + + DITCHED due a dumb mistake on .version * 2018-1127: 3.3.3.4 (lisias) for KSP 1.2 & 1.3 & 1.4 & 1.5 + Tested (almost properly) on KSP 1.2 :) - 'Unifying' the releases in a single distribution file. diff --git a/KerbalJointReinforcement.version b/KerbalJointReinforcement.version index 6792080..1ebf9da 100644 --- a/KerbalJointReinforcement.version +++ b/KerbalJointReinforcement.version @@ -8,7 +8,7 @@ "MAJOR":3, "MINOR":4, "PATCH":0, - "BUILD":0 + "BUILD":1 }, "KSP_VERSION_MIN":{ "MAJOR":1,