From 909ed57eda5d8d3a052b22da2d6a101fe12ff67a Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Tue, 9 May 2017 20:57:07 +0200 Subject: [PATCH] Version 1.5.0 --- CMakeLists.txt | 4 ++-- VERSION.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a835e26..3a79a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ 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 2) +set(appVersionMinor 5) +set(appVersionPatch 0) set(appVersionSuffix "") set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}") diff --git a/VERSION.md b/VERSION.md index 40bec9d..5d41259 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,5 +1,11 @@ # Version history +## Version 1.5.0 + +* Improved animation rules for ER and AW sounds +* Optimized animation for words containing "to" +* Fixed [issue #9](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/9): Fails to compile with Boost 1.56.0+ + ## Version 1.4.2 * Fixed [issue #7](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/7): Incorrect animation before some pauses