Parcourir la source

Bump version 0.3 -> 0.4

Blallo il y a 4 ans
Parent
commit
e310c168f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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