Updated version and changelogs

This commit is contained in:
f4exb 2022-05-17 22:26:01 +02:00
parent cc8b2e6462
commit 33b2978038
3 changed files with 15 additions and 2 deletions

View File

@ -1,9 +1,15 @@
sdrangel (7.0.0-1) unstable; urgency=medium
* New top level UI released
* Fixed audio FIFO write overflows in modulators using audio input. Also fixes #1236 in SSB modulator
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 17 May 2022 20:24:16 +0200
sdrangel (7.0.0beta4-1) unstable; urgency=medium
* Fixed missing bits in API. Fixes #1247
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 16 May 2022 18:43:31 +0200
sdrangel (7.0.0beta3-1) unstable; urgency=medium
* MainServer: fix adding unique featureset

View File

@ -17,7 +17,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "0")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "beta.4")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
option(DEBUG_OUTPUT "Print debug messages" OFF)

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (7.0.0-1) unstable; urgency=medium
* New top level UI released
* Fixed audio FIFO write overflows in modulators using audio input. Also fixes #1236 in SSB modulator
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 17 May 2022 20:24:16 +0200
sdrangel (7.0.0beta4-1) unstable; urgency=medium
* Fixed missing bits in API. Fixes #1247