Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Apr 29, 2022
1 parent a3e3f69 commit cbacc16
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
sdrangel (6.20.3-1) unstable; urgency=medium

* Removed issue templates
* Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200
* Add qtspeech5-speechd-plugin as a runtime dependency for Debian. PR #1198
* SDRPlayV3: Take LIF downsampling into account when calculating the final bandwidth. PR #1196

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 29 Apr 2022 11:33:12 +0200

sdrangel (6.20.2-1) unstable; urgency=medium

* MainCore: signals to notify changes in devices channels and features. Part of #1139
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "20")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
sdrangel (6.20.3-1) unstable; urgency=medium

* Removed issue templates
* Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200
* Add qtspeech5-speechd-plugin as a runtime dependency for Debian. PR #1198
* SDRPlayV3: Take LIF downsampling into account when calculating the final bandwidth. PR #1196

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 29 Apr 2022 11:33:12 +0200

sdrangel (6.20.2-1) unstable; urgency=medium

* MainCore: signals to notify changes in devices channels and features. Part of #1139
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
QStringLiteral("SDRPlayV3"),
QStringLiteral("SDRPlayV3 Input"),
QStringLiteral("6.20.2"),
QStringLiteral("6.20.3"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit cbacc16

Please sign in to comment.