diff --git a/Makefile b/Makefile index 019e743..3fa03d0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERS_MAJOR := 0 -VERS_MINOR := 4 +VERS_MINOR := 5 VERSION := $(VERS_MAJOR).$(VERS_MINOR) NEW_MINOR := $$(( $(VERS_MINOR) + 1 )) NEW_MAJOR := $$(( $(VERS_MAJOR) + 1 ))