diff --git a/Makefile b/Makefile index 0a0ceff..1cc9d15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0.0 +VERSION=1.1.0 CC=cc CFLAGS=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS=-static