From d1d58172b0e73be74d9ed8a1b252c7524d6f9469 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 13 Apr 2010 18:35:06 +0200 Subject: [PATCH] Changed the version number to 1.1 since the argument of -c changed. --- selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector.c b/selector.c index fa0589c..7cea39d 100644 --- a/selector.c +++ b/selector.c @@ -44,7 +44,7 @@ #include #include -#define VERSION "1.0.1" +#define VERSION "1.1" #define BUFFER_SIZE 4096 -- 2.20.1