Browse Source

Bump version 0.4 -> 0.5

Blallo 4 years ago
parent
commit
e56df6d825
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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 ))