From 13283e7b64a683973054679b07119c8f8b0d16d1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 7 Oct 2018 11:54:39 -0400 Subject: [PATCH] Update version to 1.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7eb5fd..7409002 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.5.0 +VERSION=1.5.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude