Skip to content

Commit

Permalink
Version 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Dec 15, 2021
1 parent c0f9b18 commit 1bd819f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
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 "14")
set(${PROJECT_NAME}_PATCH "6")
set(IS_RELEASE FALSE)
set(${PROJECT_NAME}_MINOR "15")
set(${PROJECT_NAME}_PATCH "0")
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" "October 6, 2021" "gqrx 2.14.6" "User Commands"
.TH GQRX "1" "December 15, 2021" "gqrx 2.15" "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: In progress...
2.15: Released December 15, 2021

NEW: Start/stop RDS and fetch Program Identification via remote control.
NEW: Added IQ balancing to MacOS release.
Expand Down

0 comments on commit 1bd819f

Please sign in to comment.