From 71a5592354dd6750b75f7cd8291d1467cf9146fa Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 20 Jan 2019 10:25:12 -0500 Subject: [PATCH] Update version to 1.6.1 --- Makefile | 2 +- diff --git a/Makefile b/Makefile index b52ea654edc58c04efc1f0e44a870a3977d6f9c2..8a52831e85e54ea44772bd04ef8f46bcf02a4f2f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.6.0 +VERSION=1.6.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude -- 2.48.1