Bump version

This commit is contained in:
Maschell 2023-02-18 17:52:48 +01:00
parent 278e2b895b
commit 847b9a221e
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 := 1
export VER_MINOR := 2
export VER_PATCH := 0
VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)