next release is 2.1.0

This commit is contained in:
Dave Murphy 2022-01-26 22:45:17 +00:00
parent 8ad7b5a71a
commit 4d36c74be4

View File

@ -9,8 +9,8 @@ endif
include $(DEVKITARM)/base_rules
export LIBCTRU_MAJOR := 2
export LIBCTRU_MINOR := 0
export LIBCTRU_PATCH := 1
export LIBCTRU_MINOR := 1
export LIBCTRU_PATCH := 0
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)