Version 1.4.1

This commit is contained in:
Daniel Wolf 2017-02-02 20:51:07 +01:00
parent def82a0ee6
commit 8f3cad9510
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment ver
set(appName "Rhubarb Lip Sync")
set(appVersionMajor 1)
set(appVersionMinor 4)
set(appVersionPatch 0)
set(appVersionPatch 1)
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

View File

@ -1,5 +1,9 @@
# Version history
## Version 1.4.1
* Fixed [issue #6](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/6): Crash with message "Time range start must not be less than end."
## Version 1.4.0
* **Preventing long static segments**