From 94d45dd8ec344b26402b1e99e24250df439f5d69 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Sun, 3 Oct 2021 21:49:36 -0400 Subject: [PATCH] Version 2.14.5 --- 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 f3925d825..b58b621d6 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 "4") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "5") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 5919219f9..2c35638fb 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "December 28, 2020" "gqrx 2.14.4" "User Commands" +.TH GQRX "1" "October 3, 2021" "gqrx 2.14.5" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index cd61ce9e5..73eb2927c 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.15.5: In progress... + 2.14.5: Released October 3, 2021 NEW: Added SoapyRemote to AppImage and DMG releases. NEW: Added SoapyPlutoSDR to DMG release.