Updated versions and changelogs

This commit is contained in:
f4exb 2021-08-21 11:38:49 +02:00
parent 7bd741ab3e
commit 00832f23bd
4 changed files with 18 additions and 2 deletions

View File

@ -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 <f4exb06@gmail.com> 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

View File

@ -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

8
debian/changelog vendored
View File

@ -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 <f4exb06@gmail.com> 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

View File

@ -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,