From e56df6d825c441ab91ab107ff35c8e343d916d48 Mon Sep 17 00:00:00 2001 From: Blallo Date: Tue, 5 May 2020 10:25:56 +0200 Subject: [PATCH] Bump version 0.4 -> 0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ))