summaryrefslogtreecommitdiff
path: root/kexec
diff options
context:
space:
mode:
Diffstat (limited to 'kexec')
-rw-r--r--kexec/kexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c
index 8ce6885..b9f1816 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -897,7 +897,7 @@ static int my_load_jump_back_helper(unsigned long kexec_flags, void *entry)
static void version(void)
{
- printf(PACKAGE_STRING " released " PACKAGE_DATE "\n");
+ printf(PACKAGE_STRING "\n");
}
void usage(void)