diff --git a/CHANGELOG b/CHANGELOG index 1156a32cc..07644e21a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +sdrangel (7.24.0-1) unstable; urgency=medium + + * See Github release + + -- Edouard Griffiths, F4EXB Sat, 28 Mar 2026 18:18:14 +0100 + sdrangel (7.23.2-1) unstable; urgency=medium * See Github release diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bc16f30e..2fecf4985 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "23") -set(sdrangel_VERSION_PATCH "2") +set(sdrangel_VERSION_MINOR "24") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 79a56d554..e3aede3f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sdrangel (7.24.0-1) unstable; urgency=medium + + * See Github release + + -- Edouard Griffiths, F4EXB Sat, 28 Mar 2026 18:18:14 +0100 + sdrangel (7.23.2-1) unstable; urgency=medium * See Github release diff --git a/gitdiff.sh b/gitdiff.sh index c00b091f2..54a4d4bd4 100755 --- a/gitdiff.sh +++ b/gitdiff.sh @@ -5,5 +5,5 @@ for plugin in $PLUGINS do FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp") echo $FILE - sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.23\.2\"\)/" $FILE + sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.24\.0\"\)/" $FILE done diff --git a/plugins/channelrx/demodadsb/adsbplugin.cpp b/plugins/channelrx/demodadsb/adsbplugin.cpp index 19991d660..20212a19e 100644 --- a/plugins/channelrx/demodadsb/adsbplugin.cpp +++ b/plugins/channelrx/demodadsb/adsbplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor ADSBPlugin::m_pluginDescriptor = { ADSBDemod::m_channelId, QStringLiteral("ADS-B Demodulator"), - QStringLiteral("7.22.10"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodft8/ft8plugin.cpp b/plugins/channelrx/demodft8/ft8plugin.cpp index 2b5309371..bbb2f6212 100644 --- a/plugins/channelrx/demodft8/ft8plugin.cpp +++ b/plugins/channelrx/demodft8/ft8plugin.cpp @@ -28,7 +28,7 @@ const PluginDescriptor FT8Plugin::m_pluginDescriptor = { FT8Demod::m_channelId, QStringLiteral("FT8 Demodulator"), - QStringLiteral("7.23.2"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodils/ilsdemodplugin.cpp b/plugins/channelrx/demodils/ilsdemodplugin.cpp index 94ce46e10..d01b8d7c6 100644 --- a/plugins/channelrx/demodils/ilsdemodplugin.cpp +++ b/plugins/channelrx/demodils/ilsdemodplugin.cpp @@ -33,7 +33,7 @@ const PluginDescriptor ILSDemodPlugin::m_pluginDescriptor = { ILSDemod::m_channelId, QStringLiteral("ILS Demodulator"), - QStringLiteral("7.23.2"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodmeshtastic/meshtasticplugin.cpp b/plugins/channelrx/demodmeshtastic/meshtasticplugin.cpp index 78bca9ce8..387c36ca3 100644 --- a/plugins/channelrx/demodmeshtastic/meshtasticplugin.cpp +++ b/plugins/channelrx/demodmeshtastic/meshtasticplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor MeshtasticPlugin::m_pluginDescriptor = { MeshtasticDemod::m_channelId, QStringLiteral("Meshtastic Demodulator"), - QStringLiteral("7.23.1"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodnavtex/navtexdemodplugin.cpp b/plugins/channelrx/demodnavtex/navtexdemodplugin.cpp index ab66ef90e..a7fa33f06 100644 --- a/plugins/channelrx/demodnavtex/navtexdemodplugin.cpp +++ b/plugins/channelrx/demodnavtex/navtexdemodplugin.cpp @@ -33,7 +33,7 @@ const PluginDescriptor NavtexDemodPlugin::m_pluginDescriptor = { NavtexDemod::m_channelId, QStringLiteral("Navtex Demodulator"), - QStringLiteral("7.23.1"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/freqscanner/freqscannerplugin.cpp b/plugins/channelrx/freqscanner/freqscannerplugin.cpp index b6e05538b..bcd0ed838 100644 --- a/plugins/channelrx/freqscanner/freqscannerplugin.cpp +++ b/plugins/channelrx/freqscanner/freqscannerplugin.cpp @@ -33,7 +33,7 @@ const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = { FreqScanner::m_channelId, QStringLiteral("Frequency Scanner"), - QStringLiteral("7.23.2"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channeltx/modmeshtastic/meshtasticmodplugin.cpp b/plugins/channeltx/modmeshtastic/meshtasticmodplugin.cpp index 5df2da423..64a6f39a8 100644 --- a/plugins/channeltx/modmeshtastic/meshtasticmodplugin.cpp +++ b/plugins/channeltx/modmeshtastic/meshtasticmodplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor MeshtasticModPlugin::m_pluginDescriptor = { MeshtasticMod::m_channelId, QStringLiteral("Meshtastic Modulator"), - QStringLiteral("7.23.1"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/fileinput/fileinputplugin.cpp b/plugins/samplesource/fileinput/fileinputplugin.cpp index 9951a7e9f..763d628c8 100644 --- a/plugins/samplesource/fileinput/fileinputplugin.cpp +++ b/plugins/samplesource/fileinput/fileinputplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor FileInputPlugin::m_pluginDescriptor = { QStringLiteral("FileInput"), QStringLiteral("File device input"), - QStringLiteral("7.23.2"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp b/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp index 8edfb337a..ac464f80b 100644 --- a/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp +++ b/plugins/samplesource/limesdrinput/limesdrinputplugin.cpp @@ -36,7 +36,7 @@ const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = { QStringLiteral("LimeSDR"), QStringLiteral("LimeSDR Input"), - QStringLiteral("7.23.1"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp b/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp index cc574610a..e24ac1557 100644 --- a/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp +++ b/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp @@ -33,7 +33,7 @@ const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = { QStringLiteral("RemoteTCPInput"), QStringLiteral("Remote TCP device input"), - QStringLiteral("7.23.1"), + QStringLiteral("7.24.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,