From c287a1eb5bc46c6fdbef6db9f750cfb0749cf3d5 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Fri, 29 Nov 2024 19:45:49 -0500 Subject: [PATCH] Version 2.17.6 --- 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 3a4a04725c..9322eb77ad 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 "5") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "6") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 0c43ce4d70..4e27e98466 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "April 18, 2024" "gqrx 2.17.5" "User Commands" +.TH GQRX "1" "November 29, 2024" "gqrx 2.17.6" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index a8a939833a..72fae95e78 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.17.6: In progress... + 2.17.6: Released November 29, 2024 NEW: Fetch RDS Program Service & RadioText via remote control. NEW: Set and query audio mute via remote control.