libctru v2.2.0

This commit is contained in:
Dave Murphy 2023-04-03 21:39:43 +01:00
parent b18f04d887
commit 032f3dad40
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## Version 2.2.0
- apt: add deliver arg support to chainloader
## Version 2.1.2 ## Version 2.1.2
- Added cdc:CHK service wrappers - Added cdc:CHK service wrappers

View File

@ -9,8 +9,8 @@ endif
include $(DEVKITARM)/base_rules include $(DEVKITARM)/base_rules
export LIBCTRU_MAJOR := 2 export LIBCTRU_MAJOR := 2
export LIBCTRU_MINOR := 1 export LIBCTRU_MINOR := 2
export LIBCTRU_PATCH := 2 export LIBCTRU_PATCH := 0
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH) VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)