Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Feb 2, 2017
1 parent def82a0 commit 8f3cad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down
4 changes: 4 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down

0 comments on commit 8f3cad9

Please sign in to comment.