Bump version 0.3 -> 0.4

This commit is contained in:
Blallo 2020-04-30 14:04:11 +02:00
parent 16bf5ace2a
commit e310c168f4
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -1,5 +1,5 @@
VERS_MAJOR := 0
VERS_MINOR := 3
VERS_MINOR := 4
VERSION := $(VERS_MAJOR).$(VERS_MINOR)
NEW_MINOR := $$(( $(VERS_MINOR) + 1 ))
NEW_MAJOR := $$(( $(VERS_MAJOR) + 1 ))