From a9eee323162334be5128693675f00ab00aaa1207 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Tue, 25 Jan 2022 15:53:14 -0500 Subject: [PATCH] Version 2.15.8 --- 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 885df7263..a0c41e403 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 "7") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "8") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 7d2aab1d0..97259a6a0 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "January 23, 2022" "gqrx 2.15.7" "User Commands" +.TH GQRX "1" "January 25, 2022" "gqrx 2.15.8" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index e29503476..86b867514 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.15.8: In progress... + 2.15.8: Released January 25, 2022 FIXED: Crash when DSP is restarted after a long pause. FIXED: Remove usage of deprecated Qt APIs.