1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-19 14:43:18 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-07-05 10:28:19 +02:00
parent 3c7a39f71e
commit 29adbe3b65
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
sdrangel (5.7.7-1) unstable; urgency=medium
* GLSpectrum: added markers feature. Implements #557
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 05 Jul 2020 08:27:16 +0200
sdrangel (5.7.6-1) unstable; urgency=medium
* Add 10 MHz digit to wideband channel plugins. Implements #531

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 "6")
set(sdrangel_VERSION_PATCH "7")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (5.7.7-1) unstable; urgency=medium
* GLSpectrum: added markers feature. Implements #557
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 05 Jul 2020 08:27:16 +0200
sdrangel (5.7.6-1) unstable; urgency=medium
* Add 10 MHz digit to wideband channel plugins. Implements #531