From 4735a1b9e94a769be0b1f76ce462836cdecf7622 Mon Sep 17 00:00:00 2001 From: janbar Date: Sun, 12 Aug 2018 00:54:43 +0200 Subject: [PATCH] bump version 3.7.3 --- CMakeLists.txt | 4 ++-- gui/noson.qml | 2 +- noson.appdata.xml.in | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7e2cccf..483d1f62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") option(INSTALL_TESTS "Install the tests on make install" on) -set(APP_VERSION "3.7.2") -set(APP_VERSION_CODE 4) +set(APP_VERSION "3.7.3") +set(APP_VERSION_CODE 5) set(APP_NAME "noson") set(APP_ID "io.github.janbar.noson") set(EXEC "noson-app") diff --git a/gui/noson.qml b/gui/noson.qml index f053e01b..6631d9f8 100644 --- a/gui/noson.qml +++ b/gui/noson.qml @@ -15,7 +15,7 @@ ApplicationWindow { visible: true title: "noson" - readonly property string versionString: "3.7.2" + readonly property string versionString: "3.7.3" // Design stuff width: 360 diff --git a/noson.appdata.xml.in b/noson.appdata.xml.in index 3e127dba..27e30f86 100644 --- a/noson.appdata.xml.in +++ b/noson.appdata.xml.in @@ -18,6 +18,7 @@ +