From 16ed55c3a4d9ffcbe4f5db2bde8e8eb4da02c49d Mon Sep 17 00:00:00 2001 From: janbar Date: Fri, 7 Jul 2017 21:26:32 +0200 Subject: [PATCH] bump version 2.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03340397..86931d6c 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.0) +set(APP_VERSION 2.4.1) set(APP_NAME noson) set(APP_ID "noson.janbar") set(MAIN_QML "Main.qml")