From e93199131943bdc08bb32e433f0495f349d59f88 Mon Sep 17 00:00:00 2001 From: janbar Date: Tue, 23 Jan 2018 21:45:18 +0100 Subject: [PATCH] bump version 2.6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")