1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-18 22:23:17 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-06-28 10:03:09 +02:00
parent 40e638a785
commit 105ca24e57
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
sdrangel (5.7.5-1) unstable; urgency=medium
* Remote input: adjust buffer size depending on sample rate. Implements #534
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 28 Jun 2020 08:02:10 +0200
sdrangel (5.7.4-1) unstable; urgency=medium sdrangel (5.7.4-1) unstable; urgency=medium
* Fix issues with REST API generated code * Fix issues with REST API generated code

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (5.7.5-1) unstable; urgency=medium
* Remote input: adjust buffer size depending on sample rate. Implements #534
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 28 Jun 2020 08:02:10 +0200
sdrangel (5.7.4-1) unstable; urgency=medium sdrangel (5.7.4-1) unstable; urgency=medium
* Fix issues with REST API generated code * Fix issues with REST API generated code