1
0
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:
f4exb 2020-07-09 19:53:03 +02:00
parent 9ec2df7c09
commit 61befffba3
7 changed files with 17 additions and 5 deletions

View File

@ -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

View File

@ -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
View File

@ -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

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,