diff --git a/CHANGELOG b/CHANGELOG index 4c6a76f06..0440b5f8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +sdrangel (6.16.3-1) unstable; urgency=medium + + * Metis scan: scan all network interfaces. Fixes #977 + * GLScopeGUI: fixed UI. Fixes #969 + * Fixed rescuesdriq with milliseconds timestamps. Fixes #986. PR #984 and #987 + + -- Edouard Griffiths, F4EXB Sat, 21 Aug 2021 09:32:23 +0200 + sdrangel (6.16.2-1) unstable; urgency=medium * Pager demod: Add support for character set mapping. PR #966 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e35f845c..c540d3b0d 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 "16") -set(sdrangel_VERSION_PATCH "2") +set(sdrangel_VERSION_PATCH "3") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index a213bd2ae..8a6d4929e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sdrangel (6.16.3-1) unstable; urgency=medium + + * Metis scan: scan all network interfaces. Fixes #977 + * GLScopeGUI: fixed UI. Fixes #969 + * Fixed rescuesdriq with milliseconds timestamps. Fixes #986. PR #984 and #987 + + -- Edouard Griffiths, F4EXB Sat, 21 Aug 2021 09:32:23 +0200 + sdrangel (6.16.2-1) unstable; urgency=medium * Pager demod: Add support for character set mapping. PR #966 diff --git a/plugins/samplemimo/metismiso/metismisoplugin.cpp b/plugins/samplemimo/metismiso/metismisoplugin.cpp index 683c650ad..bd7d6c27e 100644 --- a/plugins/samplemimo/metismiso/metismisoplugin.cpp +++ b/plugins/samplemimo/metismiso/metismisoplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = { QStringLiteral("MetisMISO"), QStringLiteral("Metis MISO"), - QStringLiteral("6.0.0"), + QStringLiteral("6.16.3"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,