Bump version to 1.1

This commit is contained in:
Maschell 2024-04-24 18:01:11 +02:00
parent c2eb542380
commit b6da1650b7
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)