1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-26 10:03:15 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-08-03 00:32:46 +02:00
parent 45c727ddc2
commit c9fe02a39e
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
sdrangel (5.8.5-1) unstable; urgency=medium
* GLShaderTextured: dynamic fallback to mutable storage. Implements #582
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 02 Aug 2020 22:31:02 +0200
sdrangel (5.8.4-1) unstable; urgency=medium
* Plugins with audio: revised audio device handling. Implements #585

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (5.8.5-1) unstable; urgency=medium
* GLShaderTextured: dynamic fallback to mutable storage. Implements #582
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 02 Aug 2020 22:31:02 +0200
sdrangel (5.8.4-1) unstable; urgency=medium
* Plugins with audio: revised audio device handling. Implements #585