summaryrefslogtreecommitdiff
path: root/src/ukify
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-15 17:08:11 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2023-01-15 22:17:37 +0000
commit67b65ac62de7eb3711cee7e8bc4fc934bda98452 (patch)
treedb7ce8ad2236c0720991ece7d5e5138810c9063e /src/ukify
parentf86d03762350b0e8659e67fcbbd7c34c706b40ec (diff)
downloadsystemd-67b65ac62de7eb3711cee7e8bc4fc934bda98452.tar.gz
ukify: Fix version string
Let's make sure we mimick the version of our other CLI tooling.
Diffstat (limited to 'src/ukify')
-rwxr-xr-xsrc/ukify/ukify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py
index 296521aa56..6f177bc5b7 100755
--- a/src/ukify/ukify.py
+++ b/src/ukify/ukify.py
@@ -22,7 +22,7 @@ import tempfile
import typing
-__version__ = '{{GIT_VERSION}}'
+__version__ = '{{PROJECT_VERSION}} ({{GIT_VERSION}})'
EFI_ARCH_MAP = {
# host_arch glob : [efi_arch, 32_bit_efi_arch if mixed mode is supported]