Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Jan 1, 2019
1 parent a482822 commit 5f3b369
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 1.5.1

- Added support for the FRD service.
- Added gas-related GPU definitions.
- Implemented nanosleep.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

## Version 1.5.0

- Added new decompression API which supports LZSS/LZ10, LZ11, RLE & Huffman formats, and which can read compressed data from memory or from a file.
Expand Down
2 changes: 1 addition & 1 deletion libctru/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules

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


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

0 comments on commit 5f3b369

Please sign in to comment.