diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bef872f7..b1e714861 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 "14") -set(${PROJECT_NAME}_PATCH "1") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_PATCH "2") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index 71b789994..2d63842e1 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "November 27, 2020" "gqrx 2.14" "User Commands" +.TH GQRX "1" "December 3, 2020" "gqrx 2.14.2" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index e396f5f2b..6812d453a 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.14.2: In progress... + 2.14.2: Released December 3, 2020 NEW: Added button to lock audio FFT and waterfall ranges. FIXED: Crash when invalid device string is entered.