From 7e5d99535cf99e266bff07291f59066273cbce81 Mon Sep 17 00:00:00 2001 From: Chuck Lauer Vose Date: Thu, 1 May 2014 10:00:03 -0700 Subject: [PATCH 1/2] add KSP-AVC version file for auto-module checking --- KMPClient.version | 10 ++++++++++ KMPServer.version | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 KMPClient.version create mode 100644 KMPServer.version diff --git a/KMPClient.version b/KMPClient.version new file mode 100644 index 0000000..9ba0d46 --- /dev/null +++ b/KMPClient.version @@ -0,0 +1,10 @@ +{ + "NAME": "KMP - Client", + "URL": "https://raw.githubusercontent.com/TehGimp/KerbalMultiPlayer/master/KMPClient.version", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 5, + "BUILD": 1 + } +} \ No newline at end of file diff --git a/KMPServer.version b/KMPServer.version new file mode 100644 index 0000000..92c558b --- /dev/null +++ b/KMPServer.version @@ -0,0 +1,10 @@ +{ + "NAME": "KMP - Server", + "URL": "https://raw.githubusercontent.com/TehGimp/KerbalMultiPlayer/master/KMPServer.version", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 5, + "BUILD": 1 + } +} \ No newline at end of file From 34592841e7b17ac3064f2565a6ce6d62c0dcb03d Mon Sep 17 00:00:00 2001 From: Chuck Lauer Vose Date: Thu, 1 May 2014 13:02:54 -0700 Subject: [PATCH 2/2] add KSP_VERSION for compat tracking --- KMPClient.version | 5 +++++ KMPServer.version | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/KMPClient.version b/KMPClient.version index 9ba0d46..1e68fa4 100644 --- a/KMPClient.version +++ b/KMPClient.version @@ -6,5 +6,10 @@ "MINOR": 1, "PATCH": 5, "BUILD": 1 + }, + "KSP_VERSION": { + "MAJOR": 0, + "MINOR": 23, + "PATCH": 5 } } \ No newline at end of file diff --git a/KMPServer.version b/KMPServer.version index 92c558b..23e13bd 100644 --- a/KMPServer.version +++ b/KMPServer.version @@ -6,5 +6,10 @@ "MINOR": 1, "PATCH": 5, "BUILD": 1 + }, + "KSP_VERSION": { + "MAJOR": 0, + "MINOR": 23, + "PATCH": 5 } } \ No newline at end of file