From cd2588f04d4d909d5108ba705fcba0337d89ac9c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 14 Jun 2011 08:46:12 +0200 Subject: [PATCH] Increased the version number to 1.1.4. --- selector.1 | 2 +- selector.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selector.1 b/selector.1 index 088ee4d..bc83e45 100644 --- a/selector.1 +++ b/selector.1 @@ -1,4 +1,4 @@ -.TH "SELECTOR" "1.1.3" "May 2011" "Francois Fleuret" "User Commands" +.TH "SELECTOR" "1.1.4" "June 2011" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike diff --git a/selector.c b/selector.c index 646cffa..ed30692 100644 --- a/selector.c +++ b/selector.c @@ -45,7 +45,7 @@ #include #include -#define VERSION "1.1.3" +#define VERSION "1.1.4" #define BUFFER_SIZE 4096 -- 2.20.1