From ce9f003dcbd5dea9ab972864cefc2ada8add68e7 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Sat, 7 Nov 2020 01:54:19 -0500 Subject: [PATCH] Version 2.13.5 --- CMakeLists.txt | 2 +- gqrx.pro | 4 ++-- resources/gqrx.1 | 2 +- resources/news.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3298cbd4..5c1fca03b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.2) project(gqrx) set(${PROJECT_NAME}_MAJOR "2") set(${PROJECT_NAME}_MINOR "13") -set(${PROJECT_NAME}_PATCH "4") +set(${PROJECT_NAME}_PATCH "5") ##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_PATCH}") ##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}") ##add_definitions(-DVERSION="${VERSION}") diff --git a/gqrx.pro b/gqrx.pro index d804dbf11..a144d89ed 100644 --- a/gqrx.pro +++ b/gqrx.pro @@ -73,13 +73,13 @@ CONFIG(debug, debug|release) { # Define version string (see below for releases) VER = $$system(git describe --abbrev=8) - ##VER = 2.13.4 + ##VER = 2.13.5 } else { DEFINES += QT_NO_DEBUG DEFINES += QT_NO_DEBUG_OUTPUT VER = $$system(git describe --abbrev=1) - ##VER = 2.13.4 + ##VER = 2.13.5 # Release binaries with gr bundled # QMAKE_RPATH & co won't work with origin diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 5ae3e1a07..affb3a96d 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "November 6, 2020" "gqrx 2.13.4" "User Commands" +.TH GQRX "1" "November 7, 2020" "gqrx 2.13.5" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index adadd6bb4..0ed4ecfbe 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.13.5: In progress... + 2.13.5: Released November 7, 2020 FIXED: Set correct buffer size for audio FFT.