mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-04-30 11:24:00 -04:00
Updated version and changelogs
This commit is contained in:
parent
9ec2df7c09
commit
61befffba3
@ -1,3 +1,9 @@
|
||||
sdrangel (5.7.9-1) unstable; urgency=medium
|
||||
|
||||
* Device MIMO plugins: removed recording feature. Fixes issue #559
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 09 Jul 2020 17:51:23 +0200
|
||||
|
||||
sdrangel (5.7.8-1) unstable; urgency=medium
|
||||
|
||||
* GLScope: added markers feature. Implements #497
|
||||
|
||||
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "5")
|
||||
set(sdrangel_VERSION_MINOR "7")
|
||||
set(sdrangel_VERSION_PATCH "8")
|
||||
set(sdrangel_VERSION_PATCH "9")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
sdrangel (5.7.9-1) unstable; urgency=medium
|
||||
|
||||
* Device MIMO plugins: removed recording feature. Fixes issue #559
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 09 Jul 2020 17:51:23 +0200
|
||||
|
||||
sdrangel (5.7.8-1) unstable; urgency=medium
|
||||
|
||||
* GLScope: added markers feature. Implements #497
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
|
||||
QString("BladeRF2"),
|
||||
QString("BladeRF2 MIMO"),
|
||||
QString("5.7.2"),
|
||||
QString("5.7.9"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
|
||||
QString("LimeSDR"),
|
||||
QString("LimeSDR MIMO"),
|
||||
QString("5.7.2"),
|
||||
QString("5.7.9"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor TestMIPlugin::m_pluginDescriptor = {
|
||||
QString("TestMI"),
|
||||
QString("Test Multiple Input"),
|
||||
QString("4.12.3"),
|
||||
QString("5.7.9"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor XTRXMIMOPlugin::m_pluginDescriptor = {
|
||||
QString("XTRX"),
|
||||
QString("XTRX MIMO"),
|
||||
QString("5.4.0"),
|
||||
QString("5.7.9"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user