From 79a7c86d9e454d57eb40d9e41902aceb59551c93 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Mon, 9 Oct 2023 20:47:54 -0400 Subject: [PATCH] Version 2.17.2 --- 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 cf45daf15..fe0a1c0a8 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 "1") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "2") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index b28e435d0..8f25debf4 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "October 9, 2023" "gqrx 2.17.1" "User Commands" +.TH GQRX "1" "October 9, 2023" "gqrx 2.17.2" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index 7a0fdbc67..7311de9aa 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.17.2: In progress... + 2.17.2: Released October 9, 2023 NEW: FORCE_QT6 and FORCE_QT5 CMake options to force Qt version.