Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Aug 21, 2021
1 parent 7bd741a commit 00832f2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/metismiso/metismisoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 00832f2

Please sign in to comment.