Release v1.3.2

This commit is contained in:
fincs 2018-07-29 12:32:28 +02:00
parent 81e6972ae1
commit 93dabfab3f
2 changed files with 5 additions and 1 deletions

View File

@ -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**.

View File

@ -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)