Skip to content

Commit 8ce306b

Browse files
committed
4.4.2 release
1 parent 2e80cf9 commit 8ce306b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## Version 4.4.1
413

514
#### miscellaneous

nx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules
1010

1111
export LIBNX_MAJOR := 4
1212
export LIBNX_MINOR := 4
13-
export LIBNX_PATCH := 0
13+
export LIBNX_PATCH := 2
1414

1515

1616
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)

0 commit comments

Comments
 (0)