mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated version and changelogs
This commit is contained in:
parent
f79ae3ac71
commit
4538d46c5d
@ -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 <f4exb06@gmail.com> Fri, 24 May 2024 10:29:04 +0200
|
||||
|
||||
sdrangel (7.21.0-1) unstable; urgency=medium
|
||||
|
||||
* Morse decoder feature. Implements #2112
|
||||
|
@ -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
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 <f4exb06@gmail.com> Fri, 24 May 2024 10:29:04 +0200
|
||||
|
||||
sdrangel (7.21.0-1) unstable; urgency=medium
|
||||
|
||||
* Morse decoder feature. Implements #2112
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user