diff --git a/Makefile b/Makefile index bdf4e0d..7f9d94a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERS_MAJOR := 0 -VERS_MINOR := 2 +VERS_MINOR := 3 VERSION := $(VERS_MAJOR).$(VERS_MINOR) NEW_MINOR := $$(( $(VERS_MINOR) + 1 )) NEW_MAJOR := $$(( $(VERS_MAJOR) + 1 ))