From d3a3153e719f13410d2bb65d2180f98bcb21c349 Mon Sep 17 00:00:00 2001 From: janbar Date: Tue, 7 Aug 2018 00:00:39 +0200 Subject: [PATCH] bump version 3.7.2 --- 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 edfdac26..7d185a95 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.1") -set(APP_VERSION_CODE 3) +set(APP_VERSION "3.7.2") +set(APP_VERSION_CODE 4) 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 5d882325..f053e01b 100644 --- a/gui/noson.qml +++ b/gui/noson.qml @@ -15,7 +15,7 @@ ApplicationWindow { visible: true title: "noson" - readonly property string versionString: "3.7.1" + readonly property string versionString: "3.7.2" // Design stuff width: 360 diff --git a/noson.appdata.xml.in b/noson.appdata.xml.in index 6cb31eac..3e127dba 100644 --- a/noson.appdata.xml.in +++ b/noson.appdata.xml.in @@ -18,6 +18,7 @@ +