From f77905abcb8d60079fcced541ca7351cfda9aeee Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 09:52:11 +0300 Subject: [PATCH] kiss: make release usable in sources --- kiss | 1 + 1 file changed, 1 insertion(+) diff --git a/kiss b/kiss index c2a9af5..6ed3b01 100755 --- a/kiss +++ b/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" ;;