mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Release v1.3.2
This commit is contained in:
parent
81e6972ae1
commit
93dabfab3f
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Version 1.3.2
|
||||
|
||||
* **Fixed critical IPC bug in fatalWithType that rendered the type parameter ignored (necessary for error report creation prevention)**.
|
||||
|
||||
## Version 1.3.1
|
||||
|
||||
* **Fixed regression in cwd handling**.
|
||||
|
@ -10,7 +10,7 @@ include $(DEVKITPRO)/devkitA64/base_rules
|
||||
|
||||
export LIBNX_MAJOR := 1
|
||||
export LIBNX_MINOR := 3
|
||||
export LIBNX_PATCH := 1
|
||||
export LIBNX_PATCH := 2
|
||||
|
||||
|
||||
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
|
||||
|
Loading…
Reference in New Issue
Block a user