Skip to content

Commit

Permalink
Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Jan 28, 2019
1 parent f55bceb commit 5c42879
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.0

* **Added** basic support for non-English recordings through phonetic recognition ([issue #45](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/45)).
* **Improved** processing speed for WAVE files ([issue #58](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/58)).
Expand Down
2 changes: 1 addition & 1 deletion appInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set(appName "Rhubarb Lip Sync")
set(appVersionMajor 1)
set(appVersionMinor 9)
set(appVersionPatch 0)
set(appVersionSuffix "-pre.1")
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

0 comments on commit 5c42879

Please sign in to comment.