From 10927bdcfa5be7ec579930a0e5529354cf3a51f4 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 10 Jul 2019 11:29:17 -0400 Subject: [PATCH] Update version to 1.9.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 341151d..f6788ce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.9.4 +VERSION=1.9.5 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude