diff --git a/Changelog.md b/Changelog.md index 8aa6be228..60041c7e6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.2.0 + +- apt: add deliver arg support to chainloader + ## Version 2.1.2 - Added cdc:CHK service wrappers diff --git a/libctru/Makefile b/libctru/Makefile index 76070c6ea..8d4e18073 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -9,8 +9,8 @@ endif include $(DEVKITARM)/base_rules export LIBCTRU_MAJOR := 2 -export LIBCTRU_MINOR := 1 -export LIBCTRU_PATCH := 2 +export LIBCTRU_MINOR := 2 +export LIBCTRU_PATCH := 0 VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)