From 1bd819f6fef96e0fab395ea8b7528e66c0befb27 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Wed, 15 Dec 2021 13:38:35 -0500 Subject: [PATCH] Version 2.15 --- CMakeLists.txt | 6 +++--- resources/gqrx.1 | 2 +- resources/news.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81c5546dc..01729476b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.2) # Project name project(gqrx) set(${PROJECT_NAME}_MAJOR "2") -set(${PROJECT_NAME}_MINOR "14") -set(${PROJECT_NAME}_PATCH "6") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_MINOR "15") +set(${PROJECT_NAME}_PATCH "0") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index dff8b23fb..687c6e93b 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "October 6, 2021" "gqrx 2.14.6" "User Commands" +.TH GQRX "1" "December 15, 2021" "gqrx 2.15" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index e3b2de016..8bdda2c04 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.15: In progress... + 2.15: Released December 15, 2021 NEW: Start/stop RDS and fetch Program Identification via remote control. NEW: Added IQ balancing to MacOS release.