1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-04-03 13:45:41 -04:00

Update changelogs and version

This commit is contained in:
f4exb 2020-03-16 19:38:35 +01:00
parent 6d2f2410af
commit e35654d181
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,10 @@
sdrangel (5.3.1-1) unstable; urgency=medium
* FFT factory with option to use fftwf wisdom file. Impements issue #482.
* MSVC compatibility. Fixes issue #486.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 15 Mar 2020 19:05:22 +0100
sdrangel (5.3.0-1) unstable; urgency=medium
* Name change from LoRa plugins to ChirpChat plugins

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "3")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (5.3.1-1) unstable; urgency=medium
* FFT factory with option to use fftwf wisdom file. Impements issue #482.
* MSVC compatibility. Fixes issue #486.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 15 Mar 2020 19:05:22 +0100
sdrangel (5.3.0-1) unstable; urgency=medium
* Name change from LoRa plugins to ChirpChat plugins