From 1948bbd9775e18bf0791082a9b20d7a4fc1943a3 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Sat, 31 Aug 2019 08:24:46 +0100 Subject: [PATCH] bump version number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7aca613..f35667e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1.8 +VERSION=1.1.9 CFLAGS+= -g -O2 -Wall -Wextra -Wshadow\ -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\" \