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

Updated version and changelogs

This commit is contained in:
f4exb 2020-07-06 08:11:45 +02:00
parent a3c9567b14
commit 4c5bc11ed6
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,10 @@
sdrangel (5.7.8-1) unstable; urgency=medium
* GLScope: added markers feature. Implements #497
* GLSpectrum: enhancements and fixes to the markers feature
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 06 Jul 2020 06:10:56 +0200
sdrangel (5.7.7-1) unstable; urgency=medium
* GLSpectrum: added markers feature. Implements #557

View File

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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (5.7.8-1) unstable; urgency=medium
* GLScope: added markers feature. Implements #497
* GLSpectrum: enhancements and fixes to the markers feature
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 06 Jul 2020 06:10:56 +0200
sdrangel (5.7.7-1) unstable; urgency=medium
* GLSpectrum: added markers feature. Implements #557