Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Feb 10, 2019
1 parent f3b9017 commit 80e04b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version history

## Unreleased
## Version 1.9.1

* **Fixed** segmentation fault on OS X ([issue #65](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/65)).

Expand Down
2 changes: 1 addition & 1 deletion appInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cmake_minimum_required(VERSION 3.2)
set(appName "Rhubarb Lip Sync")
set(appVersionMajor 1)
set(appVersionMinor 9)
set(appVersionPatch 0)
set(appVersionPatch 1)
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

0 comments on commit 80e04b3

Please sign in to comment.