From a9a9d9ab693b3e48f44be8f88d0ffb37b2bbf2c8 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 8 May 2023 00:11:34 +0100 Subject: [PATCH] libctru v2.2.2 --- Changelog.md | 9 +++++++++ libctru/Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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)