We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6714c04 commit a9a9d9aCopy full SHA for a9a9d9a
Changelog.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## Version 2.2.2
4
+
5
+- archive_dev: Ensure path separator for local path
6
+- adjust struct hostent for compatibilty
7
8
+## Version 2.2.1
9
10
+- add _SOCKLEN_T_DECLARED
11
12
## Version 2.2.0
13
14
- apt: add deliver arg support to chainloader
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
15
16
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)
0 commit comments