Update version to 0.8.0

This commit is contained in:
Martchus 2018-05-08 18:57:14 +02:00
parent 52740c4cbe
commit 4c9aac59ca
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ set(META_APP_DESCRIPTION "Tray application for Syncthing")
set(META_APP_CATEGORIES "Network;FileTransfer")
set(META_GUI_OPTIONAL false)
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 7)
set(META_VERSION_PATCH 4)
set(META_VERSION_MINOR 8)
set(META_VERSION_PATCH 0)
set(META_VERSION_EXACT_SONAME ON)
project(${META_PROJECT_NAME})