From f51c5cefeb9fe5207835cc9cc2422f3950ab787a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 14 Jul 2018 09:52:28 +0200 Subject: [PATCH] Release 2.2.0 Signed-off-by: Lukas Fleischer --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 779d7f0..0d84221 100644 --- a/src/util.c +++ b/src/util.c @@ -12,7 +12,7 @@ #define INPUT_BUFFER_SIZE 102400 -const char *VERSION = "2.1.1"; +const char *VERSION = "2.2.0"; /* Print program version to stdout. */ void version(void) {