From ea10bb24102ca02bead95bfb396a8c26245aa86a Mon Sep 17 00:00:00 2001 From: Drew DeVault <sir@cmpwn.com> Date: Sun, 27 Jan 2019 10:49:07 -0500 Subject: [PATCH] Update version to 1.7.0 --- Makefile | 2 +- diff --git a/Makefile b/Makefile index 8a52831e85e54ea44772bd04ef8f46bcf02a4f2f..c5ee0f802c8a46ebce126e7011e2e3d2622ec6fa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.6.1 +VERSION=1.7.0 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude -- 2.48.1