Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
14 changes: 14 additions & 0 deletions ModuleManager.version
Original file line number Diff line number Diff line change
@@ -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
}
}