4.4.2 release

This commit is contained in:
Dave Murphy 2023-05-27 15:24:25 +01:00
parent 2e80cf9bba
commit 8ce306b9b6
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## Version 4.4.2
#### system
* ensure correct addresses for bss
#### miscellaneous
* fix timezone to allow +/- and alphanumrics
* end compile_commmands generation when elf linked
## Version 4.4.1
#### miscellaneous

View File

@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules
export LIBNX_MAJOR := 4
export LIBNX_MINOR := 4
export LIBNX_PATCH := 0
export LIBNX_PATCH := 2
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)