From 71ddb1bc3551cfa4774e12fcdd73fb90f7f32204 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Wed, 6 Oct 2021 13:12:10 -0400 Subject: [PATCH] Version 2.14.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 6a7424ac6..a6453b1eb 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 "14") -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 2c35638fb..dff8b23fb 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "October 3, 2021" "gqrx 2.14.5" "User Commands" +.TH GQRX "1" "October 6, 2021" "gqrx 2.14.6" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index 6282bf9c6..5f43dbc35 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.14.6: In progress... + 2.14.6: Released October 6, 2021 FIXED: SoapyPlutoSDR driver on MacOS. IMPROVED: MacOS releases are now signed & notarized.