Version bump

This commit is contained in:
Maschell 2021-04-06 16:37:02 +02:00
parent bf95de74ec
commit 3608929931
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ TOPDIR ?= $(CURDIR)
include $(DEVKITPRO)/wut/share/wut_rules
export VER_MAJOR := 1
export VER_MINOR := 0
export VER_MINOR := 1
export VER_PATCH := 0
VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)