updated versions and changelogs

This commit is contained in:
f4exb 2020-10-11 22:44:00 +02:00
parent 0f1e42f17b
commit 950b9a5934
5 changed files with 21 additions and 3 deletions

View File

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

View File

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

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

View File

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

View File

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