mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
updated versions and changelogs
This commit is contained in:
parent
0f1e42f17b
commit
950b9a5934
@ -1,3 +1,12 @@
|
||||
sdrangel (4.20.0-1) unstable; urgency=medium
|
||||
|
||||
* New IEEE 802.15.4 modulator. PR #654
|
||||
* Packet modulator fixes. PR #655
|
||||
* Implementation of MainCore singleton in MainWindow and MainServer
|
||||
* Unique Web API adapter
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 11 Oct 2020 20:39:16 +0200
|
||||
|
||||
sdrangel (4.19.0-1) unstable; urgency=medium
|
||||
|
||||
* USRP support. PR #652
|
||||
|
@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "19")
|
||||
set(sdrangel_VERSION_MINOR "20")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
sdrangel (4.20.0-1) unstable; urgency=medium
|
||||
|
||||
* New IEEE 802.15.4 modulator. PR #654
|
||||
* Packet modulator fixes. PR #655
|
||||
* Implementation of MainCore singleton in MainWindow and MainServer
|
||||
* Unique Web API adapter
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 11 Oct 2020 20:39:16 +0200
|
||||
|
||||
sdrangel (4.19.0-1) unstable; urgency=medium
|
||||
|
||||
* USRP support. PR #652
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor IEEE_802_15_4_ModPlugin::m_pluginDescriptor = {
|
||||
IEEE_802_15_4_Mod::m_channelId,
|
||||
QString("802.15.4 Modulator"),
|
||||
QString("4.19.1"),
|
||||
QString("4.20.0"),
|
||||
QString("(c) Jon Beniston, M7RCE"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor PacketModPlugin::m_pluginDescriptor = {
|
||||
PacketMod::m_channelId,
|
||||
QString("Packet Modulator"),
|
||||
QString("4.19.0"),
|
||||
QString("4.20.0"),
|
||||
QString("(c) Jon Beniston, M7RCE"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user