From 8f3cad9510727101dbc08c859ac0a44c15ce0cfb Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Thu, 2 Feb 2017 20:51:07 +0100 Subject: [PATCH] Version 1.4.1 --- CMakeLists.txt | 2 +- VERSION.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3af3b9..478fa86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/VERSION.md b/VERSION.md index c393f57..f507805 100644 --- a/VERSION.md +++ b/VERSION.md @@ -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**