libctru v2.2.2
This commit is contained in:
parent
6714c04806
commit
a9a9d9ab69
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user