Updated version and changelogs

This commit is contained in:
f4exb 2020-12-12 21:36:24 +01:00
parent a08e18b505
commit b64f539f8c
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,10 @@
sdrangel (6.3.2-1) unstable; urgency=medium
* Fixed MSVC compilation of message pipes.
* TVScreen: removed cleanup() call in destructor. May fix #728.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 12 Dec 2020 20:19:52 +0100
sdrangel (6.3.1-1) unstable; urgency=medium
* Implemented garbage collector for message pipes. Applies to VORLocalizer.

View File

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "3")
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.3.2-1) unstable; urgency=medium
* Fixed MSVC compilation of message pipes.
* TVScreen: removed cleanup() call in destructor. May fix #728.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 12 Dec 2020 20:19:52 +0100
sdrangel (6.3.1-1) unstable; urgency=medium
* Implemented garbage collector for message pipes. Applies to VORLocalizer.