Bump minor version due to theming-related changes

This commit is contained in:
Martchus 2023-03-26 21:34:17 +02:00
parent 9566623651
commit a95fd02436
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ set(META_APP_DESCRIPTION "Tray application for Syncthing")
set(META_APP_CATEGORIES "Network;FileTransfer")
set(META_GUI_OPTIONAL false)
set(META_VERSION_MAJOR 1)
set(META_VERSION_MINOR 3)
set(META_VERSION_PATCH 4)
set(META_VERSION_MINOR 4)
set(META_VERSION_PATCH 0)
set(META_RELEASE_DATE "2023-03-07")
set(META_SOVERSION 5)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)