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 b18f04d commit 032f3daCopy full SHA for 032f3da
Changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 2.2.0
4
+
5
+- apt: add deliver arg support to chainloader
6
7
## Version 2.1.2
8
9
- Added cdc:CHK service wrappers
libctru/Makefile
@@ -9,8 +9,8 @@ endif
include $(DEVKITARM)/base_rules
10
11
export LIBCTRU_MAJOR := 2
12
-export LIBCTRU_MINOR := 1
13
-export LIBCTRU_PATCH := 2
+export LIBCTRU_MINOR := 2
+export LIBCTRU_PATCH := 0
14
15
16
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)
0 commit comments