diff --git a/Makefile b/Makefile index ca8a1cb..4b0bd15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.00 +VERSION := v1.01 CFLAGS := -O2 -pipe -Wall -DVERSION='"$(VERSION)"' CXXFLAGS := -O2 -pipe -Wall -Wunused -Wno-deprecated -DVERSION='"$(VERSION)"'