libctru v2.2.0
This commit is contained in:
parent
b18f04d887
commit
032f3dad40
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Version 2.2.0
|
||||
|
||||
- apt: add deliver arg support to chainloader
|
||||
|
||||
## Version 2.1.2
|
||||
|
||||
- Added cdc:CHK service wrappers
|
||||
|
@ -9,8 +9,8 @@ endif
|
||||
include $(DEVKITARM)/base_rules
|
||||
|
||||
export LIBCTRU_MAJOR := 2
|
||||
export LIBCTRU_MINOR := 1
|
||||
export LIBCTRU_PATCH := 2
|
||||
export LIBCTRU_MINOR := 2
|
||||
export LIBCTRU_PATCH := 0
|
||||
|
||||
|
||||
VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user