From 7f14063d1c372ce2b8b75a8b3aac3649f078e0fb Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Fri, 9 Feb 2024 18:14:36 -0500 Subject: [PATCH] Version 2.17.4 --- CMakeLists.txt | 4 ++-- resources/gqrx.1 | 2 +- resources/news.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ea6222ce..267c6f2aa 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 "3") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "4") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 8f1b0e5d2..d7d842872 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "October 20, 2023" "gqrx 2.17.3" "User Commands" +.TH GQRX "1" "February 9, 2024" "gqrx 2.17.4" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index e0e69db70..2d4c551f8 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.17.4: In progress... + 2.17.4: Released February 9, 2024 NEW: Experimental Windows binary release (RTL-SDR only). IMPROVED: Respond to \chk_vfo remote command (needed by some clients).