commit 87e627c6af2e1ed6a603ac2dd50b94ab34e18ab8 parent 56b882d63f1409616a701eae40976aba7ef39583 Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 18 Nov 2018 10:26:04 -0500 Update version to 1.6.0 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.5.2 +VERSION=1.6.0 CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS+=-static INCLUDE+=-Iinclude