commit 18ea2825267f5ce4464db8f0d4cfe15df52956af parent 055f6698c2530e686e7f271e12d32257147e3b08 Author: Drew DeVault <sir@cmpwn.com> Date: Wed, 30 Jan 2019 12:13:04 -0500 Update version to 1.8.1 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.8.0 +VERSION=1.8.1 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude