From a010fa32a5749babd4be1d221e3989205277f04c Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Fri, 28 Apr 2023 13:35:04 -0400 Subject: [PATCH] Version 2.16 --- 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 fcb5c0ced..63fcf7e1c 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 "15") -set(${PROJECT_NAME}_PATCH "10") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_MINOR "16") +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 b692c051e..afb6ee6c5 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "April 13, 2023" "gqrx 2.15.10" "User Commands" +.TH GQRX "1" "April 28, 2023" "gqrx 2.16" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index 57d7d3623..eb9b4bc13 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.16: In progress... + 2.16: Released April 28, 2023 NEW: Restore AM & AM-Sync settings between sessions. NEW: Set/get audio gain via remote control.