From 82a159e870d0da5f32445fe9e7c717426d756e1f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 07 Oct 2018 11:53:15 -0400 Subject: [PATCH] Update version to 1.5.0 --- Makefile | 2 +- diff --git a/Makefile b/Makefile index 34e643d9ba210bcbbf5b7d1e99e68e91d39a58c3..d637a9c765f54a09eb910d08acfcb375460e08a6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.4.3 +VERSION=1.5.0 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude -- 2.48.1