From 8c832a4ee1d36beec299a8b8eb341f1d607ed8d0 Mon Sep 17 00:00:00 2001 From: janbar Date: Fri, 27 Jul 2018 00:47:12 +0200 Subject: [PATCH] bump version 3.6.7 --- CMakeLists.txt | 2 +- gui/noson.qml | 2 +- noson.appdata.xml.in | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 637149ae..58c1f70a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") option(INSTALL_TESTS "Install the tests on make install" on) -set(APP_VERSION "3.6.6") +set(APP_VERSION "3.6.7") 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 459baac6..d40fd599 100644 --- a/gui/noson.qml +++ b/gui/noson.qml @@ -15,7 +15,7 @@ ApplicationWindow { visible: true title: "noson" - readonly property string versionString: "3.6.6" + readonly property string versionString: "3.6.7" // Design stuff width: 360 diff --git a/noson.appdata.xml.in b/noson.appdata.xml.in index 95d9d3ae..3f0dd49c 100644 --- a/noson.appdata.xml.in +++ b/noson.appdata.xml.in @@ -18,6 +18,7 @@ +