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 Oct 19, 2022
1 parent d1c1618 commit f034319
Show file tree
Hide file tree
Showing 45 changed files with 70 additions and 45 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (7.8.1-1) unstable; urgency=medium

* Update to latest airspy drivers to fix #1372. PR #1468
* Update of threading model on some Rx channels. Part of #1346
* Radioastronomy Sat tracker: disable table sorting when adding a new row. Fixes #1472. PR #1473
* Center frequency dials up to 9 digits and transverter delta frequency dial up to 12 digits. Fixes #1476
* Have full frequency dials digit range only if transverter is engaged. PR #1479, 1481
* DATV plugin: added dial to flip through DATV standard symbol rates
* Spectrum frequency ticks MSB truncation. Fixes #1477
* Have M17 and FreeDV plugins built in the Ubuntu package. Fixes #1480

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 19 Oct 2022 15:25:08 +0200

sdrangel (7.8.0-1) unstable; urgency=medium

* Upgrade to latest libhackrf and use new Github URL. Fixes #1456
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 "7")
set(sdrangel_VERSION_MINOR "8")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")

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

* Update to latest airspy drivers to fix #1372. PR #1468
* Update of threading model on some Rx channels. Part of #1346
* Radioastronomy Sat tracker: disable table sorting when adding a new row. Fixes #1472. PR #1473
* Center frequency dials up to 9 digits and transverter delta frequency dial up to 12 digits. Fixes #1476
* Have full frequency dials digit range only if transverter is engaged. PR #1479, 1481
* DATV plugin: added dial to flip through DATV standard symbol rates
* Spectrum frequency ticks MSB truncation. Fixes #1477
* Have M17 and FreeDV plugins built in the Ubuntu package. Fixes #1480

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 19 Oct 2022 15:25:08 +0200

sdrangel (7.8.0-1) unstable; urgency=medium

* Upgrade to latest libhackrf and use new Github URL. Fixes #1456
Expand Down
4 changes: 2 additions & 2 deletions fcdlib/fcdtraits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const char *fcd_traits<ProPlus>::displayedName = "FunCube Dongle Pro+";
const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input";
const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input";

const char *fcd_traits<Pro>::pluginVersion = "7.3.1";
const char *fcd_traits<ProPlus>::pluginVersion = "7.3.1";
const char *fcd_traits<Pro>::pluginVersion = "7.8.1";
const char *fcd_traits<ProPlus>::pluginVersion = "7.8.1";

const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L;
const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor BeamSteeringCWModPlugin::m_pluginDescriptor = {
BeamSteeringCWMod::m_channelId,
QStringLiteral("BeamSteeringCWMod"),
QStringLiteral("7.3.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
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 @@ -30,7 +30,7 @@
const PluginDescriptor DOA2Plugin::m_pluginDescriptor = {
DOA2::m_channelId,
QStringLiteral("DOA 2 sources"),
QStringLiteral("7.3.1"),
QStringLiteral("7.8.1"),
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 @@ -30,7 +30,7 @@
const PluginDescriptor InterferometerPlugin::m_pluginDescriptor = {
Interferometer::m_channelId,
QStringLiteral("Interferometer"),
QStringLiteral("7.3.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodam/amdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
AMDemod::m_channelId,
QStringLiteral("AM Demodulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodchirpchat/chirpchatplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = {
ChirpChatDemod::m_channelId,
QStringLiteral("ChirpChat Demodulator"),
QStringLiteral("7.0.1"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddatv/datvdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{
DATVDemod::m_channelId,
QStringLiteral("DATV Demodulator"),
QStringLiteral("7.6.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
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 @@ -30,7 +30,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
DSDDemod::m_channelId,
QStringLiteral("DSD Demodulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodm17/m17demodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
M17Demod::m_channelId,
QStringLiteral("M17 Demodulator"),
QStringLiteral("7.6.4"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodnfm/nfmplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
NFMDemod::m_channelId,
QStringLiteral("NFM Demodulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodssb/ssbplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
SSBDemod::m_channelId,
QStringLiteral("SSB Demodulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
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 @@ -13,7 +13,7 @@
const PluginDescriptor WFMPlugin::m_pluginDescriptor = {
WFMDemod::m_channelId,
QStringLiteral("WFM Demodulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/freqtracker/freqtrackerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor FreqTrackerPlugin::m_pluginDescriptor = {
FreqTracker::m_channelId,
QStringLiteral("Frequency Tracker"),
QStringLiteral("7.8.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/localsink/localsinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
LocalSink::m_channelId,
QStringLiteral("Local channel sink"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/remotesink/remotesinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor RemoteSinkPlugin::m_pluginDescriptor = {
RemoteSink::m_channelId,
QStringLiteral("Remote channel sink"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
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 @@ -30,7 +30,7 @@
const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF2"),
QStringLiteral("BladeRF2 MIMO"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
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 @@ -31,7 +31,7 @@
const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR MIMO"),
QStringLiteral("7.6.3"),
QStringLiteral("7.8.1"),
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 @@ -32,7 +32,7 @@
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
QStringLiteral("MetisMISO"),
QStringLiteral("Metis MISO"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
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 @@ -31,7 +31,7 @@
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR MIMO"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
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 @@ -31,7 +31,7 @@
const PluginDescriptor TestMIPlugin::m_pluginDescriptor = {
QStringLiteral("TestMI"),
QStringLiteral("Test Multiple Input"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/testmosync/testmosyncplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor TestMOSyncPlugin::m_pluginDescriptor = {
QStringLiteral("TestMOSync"),
QStringLiteral("Test Synchronous Multiple Output"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/bladerf2output/bladerf2outputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor BladeRF2OutputPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF2"),
QStringLiteral("BladeRF2 Output"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/hackrfoutput/hackrfoutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor HackRFOutputPlugin::m_pluginDescriptor = {
QStringLiteral("HackRF"),
QStringLiteral("HackRF Output"),
QStringLiteral("7.8.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/limesdroutput/limesdroutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR Output"),
QStringLiteral("7.7.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/plutosdroutput/plutosdroutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor PlutoSDROutputPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR Output"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/soapysdroutput/soapysdroutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor SoapySDROutputPlugin::m_pluginDescriptor = {
QStringLiteral("SoapySDR"),
QStringLiteral("SoapySDR Output"),
QStringLiteral("7.8.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
3 changes: 1 addition & 2 deletions plugins/samplesink/testsink/testsinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor TestSinkPlugin::m_pluginDescriptor = {
QStringLiteral("TestSink"),
QStringLiteral("Test Sink Output"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down Expand Up @@ -141,4 +141,3 @@ DeviceSampleSink* TestSinkPlugin::createSampleSinkPluginInstance(const QString&
}

}

2 changes: 1 addition & 1 deletion plugins/samplesink/usrpoutput/usrpoutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = {
QStringLiteral("USRP"),
QStringLiteral("URSP Output"),
QStringLiteral("7.4.0"),
QStringLiteral("7.8.1"),
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/airspy/airspyplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const int AirspyPlugin::m_maxDevices = 32;
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
QStringLiteral("Airspy"),
QStringLiteral("Airspy Input"),
QStringLiteral("7.8.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/airspyhf/airspyhfplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor AirspyHFPlugin::m_pluginDescriptor = {
QStringLiteral("AirspyHF"),
QStringLiteral("AirspyHF Input"),
QStringLiteral("7.8.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/bladerf2input/bladerf2inputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor Blderf2InputPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF2"),
QStringLiteral("BladeRF2 Input"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/hackrfinput/hackrfinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor HackRFInputPlugin::m_pluginDescriptor = {
QStringLiteral("HackRF"),
QStringLiteral("HackRF Input"),
QStringLiteral("7.8.0"),
QStringLiteral("7.8.1"),
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 @@ -32,7 +32,7 @@
const PluginDescriptor KiwiSDRPlugin::m_pluginDescriptor = {
QStringLiteral("KiwiSDR"),
QStringLiteral("KiwiSDR input"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
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 @@ -35,7 +35,7 @@
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("LimeSDR"),
QStringLiteral("LimeSDR Input"),
QStringLiteral("7.7.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/perseus/perseusplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const PluginDescriptor PerseusPlugin::m_pluginDescriptor = {
QStringLiteral("Perseus"),
QStringLiteral("Perseus Input"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
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 @@ -33,7 +33,7 @@ class DeviceAPI;
const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR Input"),
QStringLiteral("7.0.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/rtlsdr/rtlsdrplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
QStringLiteral("RTLSDR"),
QStringLiteral("RTL-SDR Input"),
QStringLiteral("7.6.3"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplay/sdrplayplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
QStringLiteral("SDRPlay"),
QStringLiteral("SDRPlay RSP1 Input"),
QStringLiteral("7.6.0"),
QStringLiteral("7.8.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Loading

0 comments on commit f034319

Please sign in to comment.