Skip to content

Commit

Permalink
Updated version and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed May 24, 2024
1 parent f79ae3a commit 4538d46
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sdrangel (7.21.1-1) unstable; urgency=medium

* Morse Decoder feature: Fix for Qt6 and Windows. PR #2122

-- Edouard Griffiths, F4EXB <[email protected]> Fri, 24 May 2024 10:29:04 +0200

sdrangel (7.21.0-1) unstable; urgency=medium

* Morse decoder feature. Implements #2112
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "21")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")

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

* Morse Decoder feature: Fix for Qt6 and Windows. PR #2122

-- Edouard Griffiths, F4EXB <[email protected]> Fri, 24 May 2024 10:29:04 +0200

sdrangel (7.21.0-1) unstable; urgency=medium

* Morse decoder feature. Implements #2112
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/morsedecoder/morsedecoderplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor MorseDecoderPlugin::m_pluginDescriptor = {
MorseDecoder::m_featureId,
QStringLiteral("Morse Decoder"),
QStringLiteral("7.21.0"),
QStringLiteral("7.21.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 4538d46

Please sign in to comment.