Version 2.16

This commit is contained in:
Clayton Smith 2023-04-28 13:35:04 -04:00
parent 6bc4da9e6e
commit a010fa32a5
3 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.2)
# Project name
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "15")
set(${PROJECT_NAME}_PATCH "10")
set(IS_RELEASE FALSE)
set(${PROJECT_NAME}_MINOR "16")
set(${PROJECT_NAME}_PATCH "0")
set(IS_RELEASE TRUE)
if(IS_RELEASE)
if(${PROJECT_NAME}_PATCH EQUAL 0)

View File

@ -1,4 +1,4 @@
.TH GQRX "1" "April 13, 2023" "gqrx 2.15.10" "User Commands"
.TH GQRX "1" "April 28, 2023" "gqrx 2.16" "User Commands"
.SH NAME
gqrx \- Software Defined Radio GUI application
.SH DESCRIPTION

View File

@ -1,5 +1,5 @@
2.16: In progress...
2.16: Released April 28, 2023
NEW: Restore AM & AM-Sync settings between sessions.
NEW: Set/get audio gain via remote control.