From 8ce306b9b631a22bc83474a0da9fc53c8049a7c8 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 27 May 2023 15:24:25 +0100 Subject: [PATCH] 4.4.2 release --- Changelog.md | 9 +++++++++ nx/Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index dd5d93920..20a498aea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/nx/Makefile b/nx/Makefile index b2cb982c6..9aedc3cd7 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -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)