diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a16c28e..33b7b42d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(QT_IMPORTS_DIR "lib/${ARCH_TRIPLET}") option(INSTALL_TESTS "Install the tests on make install" on) option(CLICK_MODE "Installs to a contained location" on) -set(APP_VERSION 2.4.3) +set(APP_VERSION 2.4.4) set(APP_NAME noson) set(APP_ID "noson.janbar") set(MAIN_QML "Main.qml")