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 Feb 21, 2024
1 parent acb3b17 commit 99b3c72
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sdrangel (7.18.0-1) unstable; urgency=medium

* Upgrade to SDRPlay API to 3.14 and support for RSP 1B

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 21 Feb 2024 12:53:33 +0100

sdrangel (7.18.0-1) unstable; urgency=medium

* New SkyMap feature PR #1986
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "18")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")

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

* Upgrade to SDRPlay API to 3.14 and support for RSP 1B

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 21 Feb 2024 12:53:33 +0100

sdrangel (7.18.0-1) unstable; urgency=medium

* New SkyMap feature PR #1986
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/remotetcpsink/remotetcpsinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
RemoteTCPSink::m_channelId,
QStringLiteral("Remote TCP channel sink"),
QStringLiteral("7.17.3"),
QStringLiteral("7.18.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteTCPInput"),
QStringLiteral("Remote TCP device input"),
QStringLiteral("7.17.1"),
QStringLiteral("7.18.1"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
QStringLiteral("SDRPlayV3"),
QStringLiteral("SDRPlayV3 Input"),
QStringLiteral("7.17.3"),
QStringLiteral("7.18.1"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 99b3c72

Please sign in to comment.