Skip to content

Commit

Permalink
Version 2.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Apr 14, 2023
1 parent 660ee91 commit 4d841cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.2)
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "15")
set(${PROJECT_NAME}_PATCH "9")
set(IS_RELEASE FALSE)
set(${PROJECT_NAME}_PATCH "10")
set(IS_RELEASE TRUE)

if(IS_RELEASE)
if(${PROJECT_NAME}_PATCH EQUAL 0)
Expand Down
2 changes: 1 addition & 1 deletion resources/gqrx.1
@@ -1,4 +1,4 @@
.TH GQRX "1" "April 9, 2022" "gqrx 2.15.9" "User Commands"
.TH GQRX "1" "April 13, 2023" "gqrx 2.15.10" "User Commands"
.SH NAME
gqrx \- Software Defined Radio GUI application
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion resources/news.txt
@@ -1,5 +1,5 @@

2.15.10: In progress...
2.15.10: Released April 13, 2023

NEW: Restore FFT zoom level between sessions.
NEW: Restore peak detect & peak hold between sessions.
Expand Down

0 comments on commit 4d841cf

Please sign in to comment.