We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e80cf9 commit 8ce306bCopy full SHA for 8ce306b
2 files changed
Changelog.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## Version 4.4.2
4
+
5
+#### system
6
+* ensure correct addresses for bss
7
8
+#### miscellaneous
9
+* fix timezone to allow +/- and alphanumrics
10
+* end compile_commmands generation when elf linked
11
12
## Version 4.4.1
13
14
#### miscellaneous
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
15
16
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
0 commit comments