Skip to content

Commit

Permalink
Version 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 7, 2020
1 parent ce474c4 commit 7e1b0da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.2)
project(gqrx)
set(${PROJECT_NAME}_MAJOR "2")
set(${PROJECT_NAME}_MINOR "13")
set(${PROJECT_NAME}_PATCH "3")
set(${PROJECT_NAME}_PATCH "4")
##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}.${${PROJECT_NAME}_PATCH}")
##set(VERSION "${${PROJECT_NAME}_MAJOR}.${${PROJECT_NAME}_MINOR}")
##add_definitions(-DVERSION="${VERSION}")
Expand Down
4 changes: 2 additions & 2 deletions gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ CONFIG(debug, debug|release) {

# Define version string (see below for releases)
VER = $$system(git describe --abbrev=8)
##VER = 2.13.3
##VER = 2.13.4

} else {
DEFINES += QT_NO_DEBUG
DEFINES += QT_NO_DEBUG_OUTPUT
VER = $$system(git describe --abbrev=1)
##VER = 2.13.3
##VER = 2.13.4

# Release binaries with gr bundled
# QMAKE_RPATH & co won't work with origin
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" "November 1, 2020" "gqrx 2.13.3" "User Commands"
.TH GQRX "1" "November 6, 2020" "gqrx 2.13.4" "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.13.4: In progress...
2.13.4: Released November 6, 2020

NEW: Added man page for use by distributions.
FIXED: Crash when time span is set and waterfall height is set to 0%.
Expand Down

0 comments on commit 7e1b0da

Please sign in to comment.