Skip to content

Commit

Permalink
Version 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Oct 1, 2023
1 parent a940070 commit 1897b65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.2)
# Project name
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "16")
set(${PROJECT_NAME}_MINOR "17")
set(${PROJECT_NAME}_PATCH "0")
set(IS_RELEASE FALSE)
set(IS_RELEASE TRUE)

if(IS_RELEASE)
if(${PROJECT_NAME}_PATCH EQUAL 0)
Expand Down
2 changes: 1 addition & 1 deletion resources/gqrx.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GQRX "1" "April 28, 2023" "gqrx 2.16" "User Commands"
.TH GQRX "1" "October 1, 2023" "gqrx 2.17" "User Commands"
.SH NAME
gqrx \- Software Defined Radio GUI application
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion resources/news.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

2.17: In progress...
2.17: Released October 1, 2023

NEW: "Avg" plot mode, which displays average of FFT bins.
NEW: "Fill" plot mode, which displays both maximum & average of FFT bins.
Expand Down

0 comments on commit 1897b65

Please sign in to comment.