diff --git a/CMakeLists.txt b/CMakeLists.txt index f4285dee6..b89c515e9 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 "0") +set(${PROJECT_NAME}_PATCH "1") ##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 bb8cfc984..a42276ecc 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 + ##VER = 2.13.1 } else { DEFINES += QT_NO_DEBUG DEFINES += QT_NO_DEBUG_OUTPUT VER = $$system(git describe --abbrev=1) - ##VER = 2.13 + ##VER = 2.13.1 # Release binaries with gr bundled # QMAKE_RPATH & co won't work with origin diff --git a/resources/news.txt b/resources/news.txt index 2e14938fe..6298baa9e 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,4 +1,12 @@ + 2.13.1: Released October 17, 2020 + + FIXED: Crash when invalid sample rate is specified. + FIXED: Decrease minimum size of FFT Settings panel. + FIXED: Typos. + IMPROVED: More Airspy HF+ sample rates added. + + 2.13: Released October 16, 2020 NEW: Stereo option for UDP streaming.