diff --git a/CMakeLists.txt b/CMakeLists.txt index 18a368b6..8694420a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") option(INSTALL_TESTS "Install the tests on make install" on) option(CLICK_MODE "Installs to a contained location" on) -set(APP_VERSION "2.6.0") +set(APP_VERSION "2.6.1") set(APP_NAME "noson") set(APP_ID "noson.janbar") set(EXEC "noson-app")