Version 1.6.0
This commit is contained in:
parent
1fa8e316a0
commit
98fb5e7521
|
@ -7,7 +7,7 @@ set(appName "Rhubarb Lip Sync")
|
|||
set(appVersionMajor 1)
|
||||
set(appVersionMinor 6)
|
||||
set(appVersionPatch 0)
|
||||
set(appVersionSuffix "-pre1")
|
||||
set(appVersionSuffix "")
|
||||
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")
|
||||
|
||||
project(${appName})
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Version history
|
||||
|
||||
## Unreleased
|
||||
## Version 1.6.0
|
||||
|
||||
* Added a script for lip-syncing in Adobe After Effects.
|
||||
* Added `--output` command-line option.
|
||||
|
|
Loading…
Reference in New Issue