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 Oct 12, 2021
1 parent 33f4e17 commit 995b804
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
sdrangel (6.17.0-1) unstable; urgency=medium

* New Radioastronomy plugin. PR #1011. Implements #191.
* GS232 Controller fix for Mac O/S compilation. Fixes #1010.
* FileSink API updates
* SigMFFileSink API updates
* StarTracker updates for Radioastronomy plugin
* ValueDialZ: when setting range fix zero display initial value

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16s +0200

sdrangel (6.16.7-1) unstable; urgency=medium

* Antenna Tools update. PR #1005
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "16")
set(sdrangel_VERSION_PATCH "7")
set(sdrangel_VERSION_MINOR "17")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
sdrangel (6.17.0-1) unstable; urgency=medium

* New Radioastronomy plugin. PR #1011. Implements #191.
* GS232 Controller fix for Mac O/S compilation. Fixes #1010.
* FileSink API updates
* SigMFFileSink API updates
* StarTracker updates for Radioastronomy plugin
* ValueDialZ: when setting range fix zero display initial value

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 12 Oct 2021 21:23:16s +0200

sdrangel (6.16.7-1) unstable; urgency=medium

* Antenna Tools update. PR #1005
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/filesink/filesinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
FileSink::m_channelId,
QStringLiteral("File Sink"),
QStringLiteral("6.16.2"),
QStringLiteral("6.17.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/sigmffilesink/sigmffilesinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
SigMFFileSink::m_channelId,
QStringLiteral("SigMF File Sink"),
QStringLiteral("6.6.0"),
QStringLiteral("6.17.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/gs232controller/gs232controllerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
GS232Controller::m_featureId,
QStringLiteral("GS-232 Rotator Controller"),
QStringLiteral("6.16.7"),
QStringLiteral("6.17.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/startracker/startrackerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
QStringLiteral("6.16.7"),
QStringLiteral("6.17.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 995b804

Please sign in to comment.