Skip to content

Commit 032f3da

Browse files
committed
libctru v2.2.0
1 parent b18f04d commit 032f3da

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

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

3+
## Version 2.2.0
4+
5+
- apt: add deliver arg support to chainloader
6+
37
## Version 2.1.2
48

59
- Added cdc:CHK service wrappers

libctru/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif
99
include $(DEVKITARM)/base_rules
1010

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

1515

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

0 commit comments

Comments
 (0)