From 99b3c72469ef116b073e8b75857d52006f81e74a Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 21 Feb 2024 13:56:59 +0100 Subject: [PATCH] Updated versions and changelogs --- CHANGELOG | 6 ++++++ CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ plugins/channelrx/remotetcpsink/remotetcpsinkplugin.cpp | 2 +- .../samplesource/remotetcpinput/remotetcpinputplugin.cpp | 2 +- plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a07dee206..93682e8de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +sdrangel (7.18.0-1) unstable; urgency=medium + + * Upgrade to SDRPlay API to 3.14 and support for RSP 1B + + -- Edouard Griffiths, F4EXB Wed, 21 Feb 2024 12:53:33 +0100 + sdrangel (7.18.0-1) unstable; urgency=medium * New SkyMap feature PR #1986 diff --git a/CMakeLists.txt b/CMakeLists.txt index bd063a947..2d4ef2174 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") set(sdrangel_VERSION_MINOR "18") -set(sdrangel_VERSION_PATCH "0") +set(sdrangel_VERSION_PATCH "1") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index cac3c07e2..29bdb6dbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sdrangel (7.18.0-1) unstable; urgency=medium + + * Upgrade to SDRPlay API to 3.14 and support for RSP 1B + + -- Edouard Griffiths, F4EXB Wed, 21 Feb 2024 12:53:33 +0100 + sdrangel (7.18.0-1) unstable; urgency=medium * New SkyMap feature PR #1986 diff --git a/plugins/channelrx/remotetcpsink/remotetcpsinkplugin.cpp b/plugins/channelrx/remotetcpsink/remotetcpsinkplugin.cpp index 0d9f0bbb3..25e775d42 100644 --- a/plugins/channelrx/remotetcpsink/remotetcpsinkplugin.cpp +++ b/plugins/channelrx/remotetcpsink/remotetcpsinkplugin.cpp @@ -35,7 +35,7 @@ const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = { RemoteTCPSink::m_channelId, QStringLiteral("Remote TCP channel sink"), - QStringLiteral("7.17.3"), + QStringLiteral("7.18.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp b/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp index 29cd69e1b..f6aaf313b 100644 --- a/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp +++ b/plugins/samplesource/remotetcpinput/remotetcpinputplugin.cpp @@ -34,7 +34,7 @@ const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = { QStringLiteral("RemoteTCPInput"), QStringLiteral("Remote TCP device input"), - QStringLiteral("7.17.1"), + QStringLiteral("7.18.1"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp b/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp index 2f6c452cd..ea94f81f9 100644 --- a/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp +++ b/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = { QStringLiteral("SDRPlayV3"), QStringLiteral("SDRPlayV3 Input"), - QStringLiteral("7.17.3"), + QStringLiteral("7.18.1"), QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,