From badecfc64b76f518f695cd7403cc0df50168f36d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 06 Dec 2020 08:59:32 -0500 Subject: [PATCH] Update version to 1.11.1 --- Makefile | 2 +- diff --git a/Makefile b/Makefile index a5536477afeea993a0ae7708160d28ed3676a032..66d1a241eb4fc9d83899b3a31a0515e4e0b7849a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.11.0 +VERSION=1.11.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude -- 2.48.1