diff --git a/Makefile b/Makefile index 116a4ad..2383798 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # along with this program. If not, see . MAJOR = 1 -MINOR = 1 +MINOR = 2 VERSION := $(MAJOR).$(MINOR) MAKEFLAGS += -rR