Update version to 0.10.0

This commit is contained in:
Martchus 2019-08-05 18:45:53 +02:00
parent a2d5307e4f
commit 7b668ca02c
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 9)
set(META_VERSION_PATCH 1)
set(META_VERSION_MINOR 10)
set(META_VERSION_PATCH 0)
set(META_VERSION_EXACT_SONAME ON)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)