diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e2205a04..f1be020b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.2) # Project name project(gqrx) set(${PROJECT_NAME}_MAJOR "2") -set(${PROJECT_NAME}_MINOR "13") -set(${PROJECT_NAME}_PATCH "5") -set(IS_RELEASE FALSE) +set(${PROJECT_NAME}_MINOR "14") +set(${PROJECT_NAME}_PATCH "0") +set(IS_RELEASE TRUE) if(IS_RELEASE) if(${PROJECT_NAME}_PATCH EQUAL 0) diff --git a/resources/gqrx.1 b/resources/gqrx.1 index affb3a96d..3bfd14da1 100644 --- a/resources/gqrx.1 +++ b/resources/gqrx.1 @@ -1,4 +1,4 @@ -.TH GQRX "1" "November 7, 2020" "gqrx 2.13.5" "User Commands" +.TH GQRX "1" "November 19, 2020" "gqrx 2.14" "User Commands" .SH NAME gqrx \- Software Defined Radio GUI application .SH DESCRIPTION diff --git a/resources/news.txt b/resources/news.txt index c05a86942..c3e6788c0 100644 --- a/resources/news.txt +++ b/resources/news.txt @@ -1,5 +1,5 @@ - 2.14: In progress... + 2.14: Released November 19, 2020 NEW: Start/stop DSP via remote control. NEW: Device scan button in Configure I/O devices dialog.