Version 1.7.2

This commit is contained in:
Daniel Wolf 2018-04-27 22:20:35 +02:00
parent ec698be116
commit 5a6630f4b2
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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}")