diff --git a/CHANGELOG b/CHANGELOG index 50b272707..d44d63292 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +sdrangel (7.6.0-1) unstable; urgency=medium + + * Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350 + * SDRPlayInput: upgrade libmirisdr-4 version to 2.0.0. PR #1344 + * DATV Demod: Add support for LDPC on Windows. Issue #1342. PR #1345 + * Externals: Update rtlsdr to latest version. Issue #1351. PR #1352 + * Map: Add support for Ionosonde stations. PR #1354 + + -- Edouard Griffiths, F4EXB Wed, 20 Jul 2022 19:53:15 +0200 + sdrangel (7.5.1-1) unstable; urgency=medium * M17 is for Linux only diff --git a/CMakeLists.txt b/CMakeLists.txt index 6026de6a7..c6aac218f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "5") -set(sdrangel_VERSION_PATCH "1") +set(sdrangel_VERSION_MINOR "6") +set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 508a15fc1..05e78b3c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sdrangel (7.6.0-1) unstable; urgency=medium + + * Remote TCP Input and Remote TCP Sink Plugins. Issue #456. PR #1350 + * SDRPlayInput: upgrade libmirisdr-4 version to 2.0.0. PR #1344 + * DATV Demod: Add support for LDPC on Windows. Issue #1342. PR #1345 + * Externals: Update rtlsdr to latest version. Issue #1351. PR #1352 + * Map: Add support for Ionosonde stations. PR #1354 + + -- Edouard Griffiths, F4EXB Wed, 20 Jul 2022 19:53:15 +0200 + sdrangel (7.5.1-1) unstable; urgency=medium * M17 is for Linux only diff --git a/plugins/channelrx/demoddatv/datvdemodplugin.cpp b/plugins/channelrx/demoddatv/datvdemodplugin.cpp index a5517d97b..12c7f66c1 100644 --- a/plugins/channelrx/demoddatv/datvdemodplugin.cpp +++ b/plugins/channelrx/demoddatv/datvdemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor = { DATVDemod::m_channelId, QStringLiteral("DATV Demodulator"), - QStringLiteral("7.0.0"), + QStringLiteral("7.6.0"), QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/sdrplay/sdrplayplugin.cpp b/plugins/samplesource/sdrplay/sdrplayplugin.cpp index 60ddc152b..b349c99c1 100644 --- a/plugins/samplesource/sdrplay/sdrplayplugin.cpp +++ b/plugins/samplesource/sdrplay/sdrplayplugin.cpp @@ -31,7 +31,7 @@ const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = { QStringLiteral("SDRPlay"), QStringLiteral("SDRPlay RSP1 Input"), - QStringLiteral("7.0.0"), + QStringLiteral("7.6.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,