diff --git a/CMakeLists.txt b/CMakeLists.txt index 401dd295..b9c8f4c4 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 "4") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "5") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index d7d84287..0c43ce4d 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "February 9, 2024" "gqrx 2.17.4" "User Commands" +.TH GQRX "1" "April 18, 2024" "gqrx 2.17.5" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index e8e9714b..5876c3f8 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.17.5: In progress... + 2.17.5: Released April 18, 2024 NEW: PlutoSDR and LimeSDR support in AppImage release, via SoapySDR. NEW: Airspy support in Windows binary release.