summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r--kexec/kexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c
index 204a4b8..a00bec9 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -707,7 +707,7 @@ static int my_exec(void)
static void version(void)
{
- printf("kexec " VERSION " released " RELEASE_DATE "\n");
+ printf(PACKAGE " " VERSION " released " RELEASE_DATE "\n");
}
void usage(void)