diff --git a/CHANGELOG b/CHANGELOG index 9125f835e..b0ded9fff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +sdrangel (6.10.1-1) unstable; urgency=medium + + * DAB/DAB+ demodulator plugin build in Windows package. PR #854 fixes #853 + * DSD Demodulator: set fixed 48kS/s for requested channel SR. Fixes #752 + * External libaries (package builds): upgraded DSDcc to v1.9.3 + + -- Edouard Griffiths, F4EXB Mon, 19 Apr 2021 21:48:14 +0200 + sdrangel (6.10.0-1) unstable; urgency=medium * New DAB/DAB+ demodulator plugin. PR #850 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ee70f348..50b7e9e58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "6") set(sdrangel_VERSION_MINOR "10") -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 3a22e7a30..2c872710e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sdrangel (6.10.1-1) unstable; urgency=medium + + * DAB/DAB+ demodulator plugin build in Windows package. PR #854 fixes #853 + * DSD Demodulator: set fixed 48kS/s for requested channel SR. Fixes #752 + * External libaries (package builds): upgraded DSDcc to v1.9.3 + + -- Edouard Griffiths, F4EXB Mon, 19 Apr 2021 21:48:14 +0200 + sdrangel (6.10.0-1) unstable; urgency=medium * New DAB/DAB+ demodulator plugin. PR #850 diff --git a/plugins/channelrx/demoddsd/dsddemodplugin.cpp b/plugins/channelrx/demoddsd/dsddemodplugin.cpp index bcd1e46cd..48250b4bc 100644 --- a/plugins/channelrx/demoddsd/dsddemodplugin.cpp +++ b/plugins/channelrx/demoddsd/dsddemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = { DSDDemod::m_channelId, QStringLiteral("DSD Demodulator"), - QStringLiteral("6.7.0"), + QStringLiteral("6.10.1"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,