Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Apr 17, 2016
1 parent 8d2d100 commit 5602818
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment ver

set(appName "Rhubarb Lip Sync")
set(appVersionMajor 0)
set(appVersionMinor 1)
set(appVersionMinor 2)
set(appVersionPatch 0)
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")
Expand Down
6 changes: 6 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 0.2

* Multiple output formats: TSV, XML, JSON
* Experimental option to supply dialog text
* Improved error handling and error messages

## Version 0.1

* Two-pass phone detection using [CMU PocketSphinx](http://cmusphinx.sourceforge.net/)
Expand Down

0 comments on commit 5602818

Please sign in to comment.