diff --git a/Changelog.md b/Changelog.md index 60041c7e6..5ef2c1f2b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Changelog +## Version 2.2.2 + +- archive_dev: Ensure path separator for local path +- adjust struct hostent for compatibilty + +## Version 2.2.1 + +- add _SOCKLEN_T_DECLARED + ## Version 2.2.0 - apt: add deliver arg support to chainloader diff --git a/libctru/Makefile b/libctru/Makefile index 8d4e18073..77f9e8721 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules export LIBCTRU_MAJOR := 2 export LIBCTRU_MINOR := 2 -export LIBCTRU_PATCH := 0 +export LIBCTRU_PATCH := 2 VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)