mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Updated versions and changelogs
This commit is contained in:
parent
acb3b17fe3
commit
99b3c72469
@ -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 <f4exb06@gmail.com> Wed, 21 Feb 2024 12:53:33 +0100
|
||||||
|
|
||||||
sdrangel (7.18.0-1) unstable; urgency=medium
|
sdrangel (7.18.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New SkyMap feature PR #1986
|
* New SkyMap feature PR #1986
|
||||||
|
@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "7")
|
set(sdrangel_VERSION_MAJOR "7")
|
||||||
set(sdrangel_VERSION_MINOR "18")
|
set(sdrangel_VERSION_MINOR "18")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "1")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 <f4exb06@gmail.com> Wed, 21 Feb 2024 12:53:33 +0100
|
||||||
|
|
||||||
sdrangel (7.18.0-1) unstable; urgency=medium
|
sdrangel (7.18.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New SkyMap feature PR #1986
|
* New SkyMap feature PR #1986
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
|
||||||
RemoteTCPSink::m_channelId,
|
RemoteTCPSink::m_channelId,
|
||||||
QStringLiteral("Remote TCP channel sink"),
|
QStringLiteral("Remote TCP channel sink"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.18.1"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("RemoteTCPInput"),
|
QStringLiteral("RemoteTCPInput"),
|
||||||
QStringLiteral("Remote TCP device input"),
|
QStringLiteral("Remote TCP device input"),
|
||||||
QStringLiteral("7.17.1"),
|
QStringLiteral("7.18.1"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
|
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("SDRPlayV3"),
|
QStringLiteral("SDRPlayV3"),
|
||||||
QStringLiteral("SDRPlayV3 Input"),
|
QStringLiteral("SDRPlayV3 Input"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.18.1"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user