Skip to content

Commit

Permalink
Version 2.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Jan 25, 2022
1 parent 263db21 commit a9eee32
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 @@ -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 "7")
set(IS_RELEASE FALSE)
set(${PROJECT_NAME}_PATCH "8")
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" "January 23, 2022" "gqrx 2.15.7" "User Commands"
.TH GQRX "1" "January 25, 2022" "gqrx 2.15.8" "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.15.8: In progress...
2.15.8: Released January 25, 2022

FIXED: Crash when DSP is restarted after a long pause.
FIXED: Remove usage of deprecated Qt APIs.
Expand Down

0 comments on commit a9eee32

Please sign in to comment.