Version 2.15.4

This commit is contained in:
Clayton Smith 2022-01-15 19:26:10 -05:00
parent ac85164500
commit 6fc65f9ba4
3 changed files with 4 additions and 4 deletions

View File

@ -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 "3")
set(IS_RELEASE FALSE)
set(${PROJECT_NAME}_PATCH "4")
set(IS_RELEASE TRUE)
if(IS_RELEASE)
if(${PROJECT_NAME}_PATCH EQUAL 0)

View File

@ -1,4 +1,4 @@
.TH GQRX "1" "January 15, 2022" "gqrx 2.15.3" "User Commands"
.TH GQRX "1" "January 15, 2022" "gqrx 2.15.4" "User Commands"
.SH NAME
gqrx \- Software Defined Radio GUI application
.SH DESCRIPTION

View File

@ -1,5 +1,5 @@
2.15.4: In progress...
2.15.4: Released January 15, 2022
FIXED: Audio is delayed when FFT size is changed.