Skip to content

Commit

Permalink
Update minimum KSP version
Browse files Browse the repository at this point in the history
With the addition of support for stock inventory containers, at least
KSP 1.11 is needed, but I figured might as well specify 1.12.
  • Loading branch information
taniwha committed Jul 8, 2022
1 parent ed27231 commit 2f17e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cat > bin/${MODNAME}.version <<EOF
"URL":"http://taniwha.org/~bill/${MODNAME}.version",
"DOWNLOAD":"http://taniwha.org/~bill/${MODNAME}_v$full_version.zip",
"VERSION":{"MAJOR":$MAJOR,"MINOR":$MINOR,"PATCH":$PATCH,"BUILD":$BUILD},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":8,"PATCH":0},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":12,"PATCH":0},
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":12,"PATCH":99}
}
EOF

0 comments on commit 2f17e60

Please sign in to comment.