From: Francois Fleuret <francois@fleuret.org>
Date: Tue, 14 Jun 2011 06:46:12 +0000 (+0200)
Subject: Increased the version number to 1.1.4.
X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd2588f04d4d909d5108ba705fcba0337d89ac9c;p=selector.git

Increased the version number to 1.1.4.
---

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 <francois@fleuret.org>
 \" 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 <getopt.h>
 #include <limits.h>
 
-#define VERSION "1.1.3"
+#define VERSION "1.1.4"
 
 #define BUFFER_SIZE 4096