Skip to content

Commit

Permalink
rom-properties 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbilSoft committed Sep 17, 2019
1 parent a26a244 commit 653a54c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SET(PACKAGE_NAME "rom-properties")
SET(AUTHOR "David Korth")
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 4)
SET(VERSION_PATCH 2)
SET(VERSION_PATCH 3)
SET(VERSION_DEVEL 0)
IF(VERSION_PATCH)
SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## v1.4.3 (released 2019/09/16)

* Bug fixes:
* GdiReader:
* Fixed pointer confusion that caused crashes.
This bug was reported by @HyperPolygon64.
* Added support for GDI+ISO (2048-byte sectors).

## v1.4.2 (released 2019/09/16)

* Bug fixes:
Expand Down

0 comments on commit 653a54c

Please sign in to comment.