From b36b15304e864f2ae8d4c573046ff58af0e26427 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Fri, 27 Nov 2020 22:29:48 -0500 Subject: [PATCH] Version 2.14.1 --- 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 3aaae12d2..95a512a43 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 "0") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "1") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 3bfd14da1..71b789994 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "November 19, 2020" "gqrx 2.14" "User Commands" +.TH GQRX "1" "November 27, 2020" "gqrx 2.14" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index b8de5d6ff..4b42a95e4 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.14.1: In progress... + 2.14.1: Released November 27, 2020 FIXED: Hardware retuning when dragging frequency axis with center button. FIXED: Removed non-functional Plot button from I/Q recording dialog.