From 666c08dfaa342f74e9918080283e083badffd0de Mon Sep 17 00:00:00 2001 From: Chuck Lauer Vose Date: Thu, 1 May 2014 14:00:00 -0700 Subject: [PATCH] add KSP-AVC version file for auto-module checking --- Makefile | 4 ++-- ModuleManager.version | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 ModuleManager.version diff --git a/Makefile b/Makefile index 43b92189..4aa3ec01 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,10 @@ build: info ${INCLUDEFILES} tar.gz: build - ${TAR} zcf ModuleManager-0.$(shell ${GIT} rev-list --count HEAD).g$(shell ${GIT} log -1 --format="%h").tar.gz build/ModuleManager.dll + ${TAR} zcf ModuleManager-0.$(shell ${GIT} rev-list --count HEAD).g$(shell ${GIT} log -1 --format="%h").tar.gz ModuleManager.version build/ModuleManager.dll zip: build - ${ZIP} -9 -r ModuleManager-0.$(shell ${GIT} rev-list --count HEAD).g$(shell ${GIT} log -1 --format="%h").zip build/ModuleManager.dll + ${ZIP} -9 -r ModuleManager-0.$(shell ${GIT} rev-list --count HEAD).g$(shell ${GIT} log -1 --format="%h").zip ModuleManager.version build/ModuleManager.dll clean: @echo "Cleaning up build and package directories..." diff --git a/ModuleManager.version b/ModuleManager.version new file mode 100644 index 00000000..04485b40 --- /dev/null +++ b/ModuleManager.version @@ -0,0 +1,14 @@ +{ + "NAME": "ModuleManager", + "URL": "https://raw.githubusercontent.com/sarbian/ModuleManager/master/ModuleManager.version", + "VERSION": { + "MAJOR": 2, + "MINOR": 0, + "PATCH": 7 + }, + "KSP_VERSION": { + "MAJOR": 0, + "MINOR": 23, + "PATCH": 5 + } +} \ No newline at end of file