Skip to content

Commit

Permalink
rvthtool v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbilSoft committed Sep 18, 2018
1 parent fedd31a commit 4e35756
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SET(PACKAGE_NAME "rvthtool")
SET(AUTHOR "David Korth")
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 1)
SET(VERSION_PATCH 0)
SET(VERSION_PATCH 1)
SET(VERSION_DEVEL 0)
IF(VERSION_PATCH)
SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## v1.1.1 - Brown Paper Bag Release (released 2018/09/17)

* Extracting images broke because it failed when opening a file with 0 bytes
length, which always happened when creating new files.

## v1.1 - More Bug Fixes (released 2018/09/17)

* [Win32] Fixed obtaining the device size. fseek(SEEK_END) worked fine on
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rvthtool (1.1.1-1ppa1~xenial1) xenial; urgency=medium

* 1.1.1 release.

-- David Korth <[email protected]> Mon, 17 Sep 2018 21:32:30 -0400

rvthtool (1.1-1ppa1~xenial1) xenial; urgency=medium

* 1.1 release.
Expand Down

0 comments on commit 4e35756

Please sign in to comment.