Skip to content

Commit

Permalink
Kopernicus 1.7.1-3 - "... - Edition"
Browse files Browse the repository at this point in the history
  • Loading branch information
qboid-bot committed Jun 7, 2019
1 parent 510a530 commit 94f8b7a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,9 +6,9 @@ June 07, 2019
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

New in this version (1.7.1-2)
New in this version (1.7.1-3)
-------------------
- Fixed the version checker not getting updated by my build server
- Fix Kopernicus throwning an exception when trying to load Kerbins stock landcontrol
--------
_This is a hotfix release of [Kopernicus 1.7.1-1](https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.7.1-1). Please also check out it's changelog!_

Expand Down
2 changes: 1 addition & 1 deletion build/GameData/Kopernicus/Plugins/Kopernicus.version
Expand Up @@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 7,
"PATCH": 1,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION":
{
Expand Down
4 changes: 2 additions & 2 deletions build/Readme.md
Expand Up @@ -6,9 +6,9 @@ June 07, 2019
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

New in this version (1.7.1-2)
New in this version (1.7.1-3)
-------------------
- Fixed the version checker not getting updated by my build server
- Fix Kopernicus throwning an exception when trying to load Kerbins stock landcontrol
--------
_This is a hotfix release of [Kopernicus 1.7.1-1](https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.7.1-1). Please also check out it's changelog!_

Expand Down
2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/CompatibilityChecker.cs
Expand Up @@ -51,7 +51,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const Int32 VERSION_MAJOR = 1;
internal const Int32 VERSION_MINOR = 7;
internal const Int32 REVISION = 1;
internal const Int32 KOPERNICUS = 2;
internal const Int32 KOPERNICUS = 3;

public static Boolean IsCompatible()
{
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1,2 +1,2 @@
VERSION="1.7.1-2"
VERSION="1.7.1-3"
MFI="1.2.6.3"

0 comments on commit 94f8b7a

Please sign in to comment.