kiss: make release usable in sources

This commit is contained in:
Dylan Araps 2021-07-15 09:52:11 +03:00
parent 3cab00e132
commit f77905abcb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -289,6 +289,7 @@ source_resolve_vars() {
# This works backwards replacing each identifier with its value.
while :; do case $_src_res in
*VERSION*) _src_sub VERSION "$repo_ver" ;;
*RELEASE*) _src_sub RELEASE "$repo_rel" ;;
*MAJOR*) _src_sub MAJOR "$repo_major" ;;
*MINOR*) _src_sub MINOR "$repo_minor" ;;
*PATCH*) _src_sub PATCH "$repo_patch" ;;