1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-12-15 15:33:22 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-07-18 05:17:06 +02:00
parent 780f4893a1
commit 7b4d1de8a8
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
sdrangel (5.8.0-1) unstable; urgency=medium
* SigMF file recorder channel plugin. Implements #544.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 18 Jul 2020 02:50:54 +0200
sdrangel (5.7.11-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (5.8.0-1) unstable; urgency=medium
* SigMF file recorder channel plugin. Implements #544.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 18 Jul 2020 02:50:54 +0200
sdrangel (5.7.11-1) unstable; urgency=medium
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570