Skip to content

Commit c287a1e

Browse files
committed
Version 2.17.6
1 parent 100589b commit c287a1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.2)
44
project(gqrx)
55
set(${PROJECT_NAME}_MAJOR "2")
66
set(${PROJECT_NAME}_MINOR "17")
7-
set(${PROJECT_NAME}_PATCH "5")
8-
set(IS_RELEASE FALSE)
7+
set(${PROJECT_NAME}_PATCH "6")
8+
set(IS_RELEASE TRUE)
99

1010
if(IS_RELEASE)
1111
if(${PROJECT_NAME}_PATCH EQUAL 0)

resources/gqrx.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GQRX "1" "April 18, 2024" "gqrx 2.17.5" "User Commands"
1+
.TH GQRX "1" "November 29, 2024" "gqrx 2.17.6" "User Commands"
22
.SH NAME
33
gqrx \- Software Defined Radio GUI application
44
.SH DESCRIPTION

resources/news.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2.17.6: In progress...
2+
2.17.6: Released November 29, 2024
33

44
NEW: Fetch RDS Program Service & RadioText via remote control.
55
NEW: Set and query audio mute via remote control.

0 commit comments

Comments
 (0)