1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-02 20:24:00 -04:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-08-02 22:20:29 +02:00
parent 1df46b0ac7
commit f1c886d3db
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
sdrangel (5.8.4-1) unstable; urgency=medium
* Plugins with audio: revised audio device handling. Implements #585
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 02 Aug 2020 20:09:29 +0200
sdrangel (5.8.3-1) unstable; urgency=medium
* ATV Modulator: complete vertical sync rework. Implements #578

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (5.8.4-1) unstable; urgency=medium
* Plugins with audio: revised audio device handling. Implements #585
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 02 Aug 2020 20:09:29 +0200
sdrangel (5.8.3-1) unstable; urgency=medium
* ATV Modulator: complete vertical sync rework. Implements #578