Skip to content

Commit a9a9d9a

Browse files
committed
libctru v2.2.2
1 parent 6714c04 commit a9a9d9a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## Version 2.2.0
413

514
- apt: add deliver arg support to chainloader

libctru/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
1010

1111
export LIBCTRU_MAJOR := 2
1212
export LIBCTRU_MINOR := 2
13-
export LIBCTRU_PATCH := 0
13+
export LIBCTRU_PATCH := 2
1414

1515

1616
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)

0 commit comments

Comments
 (0)