diff --git a/CMakeLists.txt b/CMakeLists.txt index 63307b93c..3e25fb5b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.2) # Project name project(gqrx) set(${PROJECT_NAME}_MAJOR "2") -set(${PROJECT_NAME}_MINOR "16") +set(${PROJECT_NAME}_MINOR "17") set(${PROJECT_NAME}_PATCH "0") -set(IS_RELEASE FALSE) +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index afb6ee6c5..c79a955b5 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "April 28, 2023" "gqrx 2.16" "User Commands" +.TH GQRX "1" "October 1, 2023" "gqrx 2.17" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index 654e60a71..42b76c36e 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.17: In progress... + 2.17: Released October 1, 2023 NEW: "Avg" plot mode, which displays average of FFT bins. NEW: "Fill" plot mode, which displays both maximum & average of FFT bins.