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 Jun 25, 2024
1 parent a4b78fa commit 3e909d2
Show file tree
Hide file tree
Showing 43 changed files with 75 additions and 41 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
sdrangel (7.21.4-1) unstable; urgency=medium

* Code fixes. PR #2184
* Do not save the settings twice. PR #2182
* FreqScanner: Add HF ATC channels preset. PR #2181
* FreqScanner: Add API action to run scan. Add scan results to channel report. PR #2181
* FreqScanner: Add scanState to FreqScanner Report. PR #2181
* Configurations dialog: Fix slot names. PR #2180
* AIS: Validate message length. Fixes #2125. PR #2180
* ILS Demod. Save frequency when switching between LOC and G/S. PR #2180
* ILS Demod. Set frequency for ident when in G/S mode. Fixes #2177. PR #2180
* Heat Map: Handle memory allocation errors. PR #2175
* Heat Map: Allow selecting which data to be saved to reduce memory requirements. PR #2175
* ILS Demod: Add DDM/SDM/Deviation to channel report. PR #2174

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 25 Jun 2024 20:17:52 +0200

sdrangel (7.21.3-1) unstable; urgency=medium

* Update sdrangel-windows-libraries to latest revision. PR #2173 fixes #2155
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 "3")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_SUFFIX "")

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

* Code fixes. PR #2184
* Do not save the settings twice. PR #2182
* FreqScanner: Add HF ATC channels preset. PR #2181
* FreqScanner: Add API action to run scan. Add scan results to channel report. PR #2181
* FreqScanner: Add scanState to FreqScanner Report. PR #2181
* Configurations dialog: Fix slot names. PR #2180
* AIS: Validate message length. Fixes #2125. PR #2180
* ILS Demod. Save frequency when switching between LOC and G/S. PR #2180
* ILS Demod. Set frequency for ident when in G/S mode. Fixes #2177. PR #2180
* Heat Map: Handle memory allocation errors. PR #2175
* Heat Map: Allow selecting which data to be saved to reduce memory requirements. PR #2175
* ILS Demod: Add DDM/SDM/Deviation to channel report. PR #2174

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 25 Jun 2024 20:17:52 +0200

sdrangel (7.21.3-1) unstable; urgency=medium

* Update sdrangel-windows-libraries to latest revision. PR #2173 fixes #2155
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelmimo/doa2/doa2plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
const PluginDescriptor DOA2Plugin::m_pluginDescriptor = {
DOA2::m_channelId,
QStringLiteral("DOA 2 sources"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
const PluginDescriptor InterferometerPlugin::m_pluginDescriptor = {
Interferometer::m_channelId,
QStringLiteral("Interferometer"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodais/aisdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = {
AISDemod::m_channelId,
QStringLiteral("AIS Demodulator"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddsd/dsddemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
DSDDemod::m_channelId,
QStringLiteral("DSD Demodulator"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodils/ilsdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor ILSDemodPlugin::m_pluginDescriptor = {
ILSDemod::m_channelId,
QStringLiteral("ILS Demodulator"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodwfm/wfmplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor WFMPlugin::m_pluginDescriptor = {
WFMDemod::m_channelId,
QStringLiteral("WFM Demodulator"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/freqscanner/freqscannerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = {
FreqScanner::m_channelId,
QStringLiteral("Frequency Scanner"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/heatmap/heatmapplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor HeatMapPlugin::m_pluginDescriptor = {
HeatMap::m_channelId,
QStringLiteral("Heat Map"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/mod802.15.4/ieee_802_15_4_modplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor IEEE_802_15_4_ModPlugin::m_pluginDescriptor = {
IEEE_802_15_4_Mod::m_channelId,
QStringLiteral("802.15.4 Modulator"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modais/aismodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor AISModPlugin::m_pluginDescriptor = {
AISMod::m_channelId,
QStringLiteral("AIS Modulator"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modchirpchat/chirpchatmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor ChirpChatModPlugin::m_pluginDescriptor = {
ChirpChatMod::m_channelId,
QStringLiteral("ChirpChat Modulator"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/moddatv/datvmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor DATVModPlugin::m_pluginDescriptor = {
DATVMod::m_channelId,
QStringLiteral("DATV Modulator"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modpacket/packetmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor PacketModPlugin::m_pluginDescriptor = {
PacketMod::m_channelId,
QStringLiteral("Packet Modulator"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modpsk31/psk31modplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor PSK31Plugin::m_pluginDescriptor = {
PSK31::m_channelId,
QStringLiteral("PSK31 Modulator"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modrtty/rttymodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor RttyModPlugin::m_pluginDescriptor = {
RttyMod::m_channelId,
QStringLiteral("RTTY Modulator"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/ais/aisplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
const PluginDescriptor AISPlugin::m_pluginDescriptor = {
AIS::m_featureId,
QStringLiteral("AIS"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/antennatools/antennatoolsplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
const PluginDescriptor AntennaToolsPlugin::m_pluginDescriptor = {
AntennaTools::m_featureId,
QStringLiteral("Antenna Tools"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/map/mapplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
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.2"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/simpleptt/simplepttplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QStringLiteral("Simple PTT"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/audiocatsiso/audiocatsisoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor AudioCATSISOPlugin::m_pluginDescriptor = {
QStringLiteral("AudioCATSISO"),
QStringLiteral("Audio CAT SISO"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/bladerf2mimo/bladerf2mimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF2"),
QStringLiteral("BladeRF2 MIMO"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/limesdrmimo/limesdrmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR MIMO"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/metismiso/metismisoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
QStringLiteral("MetisMISO"),
QStringLiteral("Metis MISO"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR MIMO"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/testmi/testmiplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor TestMIPlugin::m_pluginDescriptor = {
QStringLiteral("TestMI"),
QStringLiteral("Test Multiple Input"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/testsink/testsinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor TestSinkPlugin::m_pluginDescriptor = {
QStringLiteral("TestSink"),
QStringLiteral("Test Sink Output"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/xtrxoutput/xtrxoutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
const PluginDescriptor XTRXOutputPlugin::m_pluginDescriptor = {
QStringLiteral("XTRX"),
QStringLiteral("XTRX Output"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor AaroniaRTSAInputPlugin::m_pluginDescriptor = {
QStringLiteral("AaroniaRTSA"),
QStringLiteral("AaroniaRTSA input"),
QStringLiteral("7.21.2"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/audioinput/audioinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor AudioInputPlugin::m_pluginDescriptor = {
QStringLiteral("AudioInput"),
QStringLiteral("Audio Input"),
QStringLiteral("7.21.2"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/fileinput/fileinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
QStringLiteral("FileInput"),
QStringLiteral("File device input"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/kiwisdr/kiwisdrplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor KiwiSDRPlugin::m_pluginDescriptor = {
QStringLiteral("KiwiSDR"),
QStringLiteral("KiwiSDR input"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Vort (c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/limesdrinput/limesdrinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR Input"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/localinput/localinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor LocalInputPlugin::m_pluginDescriptor = {
QStringLiteral("LocalInput"),
QStringLiteral("Local device input"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/plutosdrinput/plutosdrinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DeviceAPI;
const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR Input"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/remoteinput/remoteinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteInput"),
QStringLiteral("Remote device input"),
QStringLiteral("7.21.3"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor SigMFFileInputPlugin::m_pluginDescriptor = {
QStringLiteral("SigMFFileInput"),
QStringLiteral("File device input (SigMF)"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/testsource/testsourceplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor TestSourcePlugin::m_pluginDescriptor = {
QStringLiteral("TestSource"),
QStringLiteral("Test Source input"),
QStringLiteral("7.20.0"),
QStringLiteral("7.21.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Loading

0 comments on commit 3e909d2

Please sign in to comment.