libctru v2.2.2

This commit is contained in:
Dave Murphy 2023-05-08 00:11:34 +01:00
parent 6714c04806
commit a9a9d9ab69
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog # 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 ## Version 2.2.0
- apt: add deliver arg support to chainloader - apt: add deliver arg support to chainloader

View File

@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
export LIBCTRU_MAJOR := 2 export LIBCTRU_MAJOR := 2
export LIBCTRU_MINOR := 2 export LIBCTRU_MINOR := 2
export LIBCTRU_PATCH := 0 export LIBCTRU_PATCH := 2
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH) VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)