From a3742d68042345909c7eaf27ef29917642ca7348 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 18 Oct 2018 08:18:40 -0400 Subject: [PATCH] Update version to 1.5.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7409002..5f9d36f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.5.1 +VERSION=1.5.2 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude