1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-02-02 16:42:27 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-07-19 01:36:10 +02:00
parent 2b8ec229d1
commit fcf12bdd5b
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
sdrangel (5.8.1-1) unstable; urgency=medium
* SigMF file recorder: optimized decimation.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 18 Jul 2020 23:34:39 +0200
sdrangel (5.8.0-1) unstable; urgency=medium
* SigMF file recorder channel plugin. Implements #544.

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "8")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (5.8.1-1) unstable; urgency=medium
* SigMF file recorder: optimized decimation.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 18 Jul 2020 23:34:39 +0200
sdrangel (5.8.0-1) unstable; urgency=medium
* SigMF file recorder channel plugin. Implements #544.

View File

@ -29,7 +29,7 @@
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
SigMFFileSink::m_channelId,
QString("SigMF File Sink"),
QString("5.8.0"),
QString("5.8.1"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,