Version 1.7.2
This commit is contained in:
parent
ec698be116
commit
5a6630f4b2
|
@ -1,6 +1,6 @@
|
|||
# Version history
|
||||
|
||||
## Unreleased
|
||||
## Version 1.7.2
|
||||
|
||||
* Fixed bug in Rhubarb for Spine where processing failed depending on the number of existing animations. See [issue #34](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/34#issuecomment-378198776).
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@ cmake_minimum_required(VERSION 3.2)
|
|||
set(appName "Rhubarb Lip Sync")
|
||||
set(appVersionMajor 1)
|
||||
set(appVersionMinor 7)
|
||||
set(appVersionPatch 1)
|
||||
set(appVersionPatch 2)
|
||||
set(appVersionSuffix "")
|
||||
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")
|
||||
|
|
Loading…
Reference in New Issue