Set minor version to 7

This commit is contained in:
Martchus 2017-10-07 22:08:11 +02:00
parent d524ada4f1
commit d54ba51a7b
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 "System;Utility;Network;FileTransfer")
set(META_GUI_OPTIONAL false)
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 6)
set(META_VERSION_PATCH 3)
set(META_VERSION_MINOR 7)
set(META_VERSION_PATCH 0)
set(META_VERSION_EXACT_SONAME ON)
project(${META_PROJECT_NAME})