Skip to content

Commit

Permalink
Version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Sep 1, 2018
1 parent bf044ca commit 55a099d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)

set(appName "Rhubarb Lip Sync")
set(appVersionMajor 1)
set(appVersionMinor 7)
set(appVersionPatch 2)
set(appVersionMinor 8)
set(appVersionPatch 0)
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

0 comments on commit 55a099d

Please sign in to comment.