commit ea10bb24102ca02bead95bfb396a8c26245aa86a parent 9b01ea2093def60be232a1b57a7d4b3d10b8c8b5 Author: Drew DeVault <sir@cmpwn.com> Date: Sun, 27 Jan 2019 10:49:07 -0500 Update version to 1.7.0 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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