diff --git a/CMakeLists.txt b/CMakeLists.txt index be3c2ce26..3b3bb41e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.2) project(gqrx) set(${PROJECT_NAME}_MAJOR "2") set(${PROJECT_NAME}_MINOR "17") -set(${PROJECT_NAME}_PATCH "2") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "3") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 8f25debf4..8f1b0e5d2 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "October 9, 2023" "gqrx 2.17.2" "User Commands" +.TH GQRX "1" "October 20, 2023" "gqrx 2.17.3" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index 14f04be2e..dfcd896d1 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.17.3: In progress... + 2.17.3: Released October 20, 2023 FIXED: Delete key shortcut for bookmark removal.