From c1b8c4e9fb44b09e8d68b8d124529f138a7b7059 Mon Sep 17 00:00:00 2001 From: cathugger Date: Fri, 10 Dec 2021 13:16:56 +0000 Subject: [PATCH] stuff --- main.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/main.c b/main.c index 486a433..9319c60 100644 --- a/main.c +++ b/main.c @@ -144,18 +144,7 @@ static void printhelp(FILE *out,const char *progname) static void printversion(void) { - fprintf(stdout, - "mkp224o 1.5.0\n" - "Copyright (C) 2021 cathugger\n" - "License public domain:\n" - " CC0 1.0 \n" - "This is free software: you are free to change and redistribute it.\n" - "There is NO WARRANTY, to the extent permitted by law.\n" - "\n" - "mkp224o was mostly written by cathugger, but some other people helped too.\n" - "Please visit the mkp224o home page to find additional acknowledgements:\n" - "\n" - ); + fprintf(stdout,"mkp224o " VERSION "\n"); fflush(stdout); }