Updated version and changelogs

This commit is contained in:
f4exb 2020-11-15 22:02:42 +01:00
parent 92ae4c358e
commit fbe77a1922
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,10 @@
sdrangel (6.0.2-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Reinstate #609
* Fixed main cmake and correct warnings. Implements #663
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 15 Nov 2020 20:58:44 +0100
sdrangel (6.0.1-1) unstable; urgency=medium
* Audio Input: reworked threading model and mono handling. Issue #706

View File

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (6.0.2-1) unstable; urgency=medium
* GLSpectrum: fixed settings and waterfall share serialization. Reinstate #609
* Fixed main cmake and correct warnings. Implements #663
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 15 Nov 2020 20:58:44 +0100
sdrangel (6.0.1-1) unstable; urgency=medium
* Audio Input: reworked threading model and mono handling. Issue #706