mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-24 08:00:05 -07:00
kiss: make release usable in sources
This commit is contained in:
parent
3cab00e132
commit
f77905abcb
1
kiss
1
kiss
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user