From f131a31f6471233a22bd77b0a5cb01e8de0403dc Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 22 Jul 2018 17:55:30 -0400 Subject: [PATCH] Update version to 1.4.1 --- Makefile | 2 +- diff --git a/Makefile b/Makefile index d6a150ab4decba27277c3032c557b19607c16a26..fa1c804d388c0235d64ac1ff7ffc73ef5dc5b485 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.3.4 +VERSION=1.4.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude -- 2.48.1