From 4d841cf26b639d00c00c28e8b7421439b038a9bb Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Thu, 13 Apr 2023 20:43:00 -0400 Subject: [PATCH] Version 2.15.10 --- 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 31e340fdd1..16615bc51c 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 "15") -set(${PROJECT_NAME}_PATCH "9") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "10") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 191d67783c..b692c051ec 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "April 9, 2022" "gqrx 2.15.9" "User Commands" +.TH GQRX "1" "April 13, 2023" "gqrx 2.15.10" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index 161b30d709..d40a940cb7 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.15.10: In progress... + 2.15.10: Released April 13, 2023 NEW: Restore FFT zoom level between sessions. NEW: Restore peak detect & peak hold between sessions.