Bump version 0.2 -> 0.3

This commit is contained in:
Blallo 2020-04-29 10:20:56 +02:00
parent 348a404288
commit 27a1025eba
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -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 ))