X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=selector.c;h=5c9d85fc51af38c898784d7faebc141b56f54c9a;hp=e6b49aa103d2068bdb66c9debb81d28c8637d60a;hb=fddad09b7471a28bef07280111b41d6762850860;hpb=5ca5782212c0371f36f1ebbb397208e5eee2110a diff --git a/selector.c b/selector.c index e6b49aa..5c9d85f 100644 --- a/selector.c +++ b/selector.c @@ -43,7 +43,7 @@ #include #include -#define VERSION "1.0" +#define VERSION "1.0.1" #define BUFFER_SIZE 4096 @@ -144,7 +144,7 @@ void error_feedback() { void print_help(FILE *out) { - fprintf(out, "Selector version %s-R%s (%s)\n", VERSION, REVISION_NUMBER, UNAME); + fprintf(out, "Selector version %s (%s)\n", VERSION, UNAME); fprintf(out, "Written by Francois Fleuret .\n"); fprintf(out, "\n"); fprintf(out, "Usage: selector [options] [ [ ...]]\n");