From 27a1025eba139504a4d697a221785abec164bf80 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 29 Apr 2020 10:20:56 +0200 Subject: [PATCH] Bump version 0.2 -> 0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ))