From 6c0014a1510c99572f2b0e437a1ac865cba8064d Mon Sep 17 00:00:00 2001 From: janbar Date: Mon, 26 Mar 2018 12:34:17 +0200 Subject: [PATCH] bump version 3.3.4 --- CMakeLists.txt | 2 +- gui/noson.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4fe6c3b..d8d5cca5 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.3.2") +set(APP_VERSION "3.3.4") set(APP_NAME "noson") set(APP_ID "noson.janbar") set(EXEC "noson-app") diff --git a/gui/noson.qml b/gui/noson.qml index 4f4189e9..9b5ca84f 100644 --- a/gui/noson.qml +++ b/gui/noson.qml @@ -15,7 +15,7 @@ ApplicationWindow { visible: true title: "noson" - readonly property string versionString: "3.3.2" + readonly property string versionString: "3.3.4" // Design stuff width: 360