Skip to content

Commit

Permalink
libctru v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Dec 19, 2020
1 parent dcf8390 commit e996cef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
@@ -1,5 +1,13 @@
# Changelog

## Version 2.0.1

- Added CFG_SystemModel enum.
- Fixed bug in condvar code.
- Fixed bug in srvpm code.
- Fixed const correctness issues in gspgpu code.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 2.0.0

**This is a major release. Many essential components have been overhauled, although breaking changes are minimal and only affect rarely used functionality.**
Expand Down
2 changes: 1 addition & 1 deletion libctru/Makefile
Expand Up @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules

export LIBCTRU_MAJOR := 2
export LIBCTRU_MINOR := 0
export LIBCTRU_PATCH := 0
export LIBCTRU_PATCH := 1


VERSION := $(LIBCTRU_MAJOR).$(LIBCTRU_MINOR).$(LIBCTRU_PATCH)
Expand Down

0 comments on commit e996cef

Please sign in to comment.