mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-24 21:28:29 -04:00
LimeSDR: bumped plugins version to 3.8.5
This commit is contained in:
parent
557489e338
commit
5baf216adf
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ sdrangel (3.8.5-1) unstable; urgency=medium
|
||||
* Web API: implemented all main window methods
|
||||
* LimeSDR: fixed analog LP filter setting
|
||||
* LimeSDR: builds done with LimeSuite commit 0167e64 to suport LimeSDR mini
|
||||
* Debian: added installation of udev rules in postinst script
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 02 Dec 2017 12:14:18 +0100
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = {
|
||||
QString("LimeSDR Output"),
|
||||
QString("3.8.3"),
|
||||
QString("3.8.5"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("LimeSDR Input"),
|
||||
QString("3.8.3"),
|
||||
QString("3.8.5"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user