Skip to content

Commit

Permalink
4.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 27, 2023
1 parent 2e80cf9 commit 8ce306b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ce306b

Please sign in to comment.