commit 8b22264eff43270a2cecac7c6e437c297640e9ae parent 7f298175918c16b3bc467b47bde976def0650d68 Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 27 Jan 2019 11:09:10 -0500 Update version to 1.8.0 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.7.1 +VERSION=1.8.0 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude