Removed the revision number.
[selector.git] / selector.c
index e6b49aa..5c9d85f 100644 (file)
@@ -43,7 +43,7 @@
 #include <regex.h>
 #include <locale.h>
 
-#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 <francois@fleuret.org>.\n");
   fprintf(out, "\n");
   fprintf(out, "Usage: selector [options] [<filename1> [<filename2> ...]]\n");