Browse Source

Bump version 0.2 -> 0.3

Blallo 4 years ago
parent
commit
27a1025eba
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 := 2
+VERS_MINOR := 3
 VERSION := $(VERS_MAJOR).$(VERS_MINOR)
 NEW_MINOR := $$(( $(VERS_MINOR) + 1 ))
 NEW_MAJOR := $$(( $(VERS_MAJOR) + 1 ))