1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Updated version and changelogs

This commit is contained in:
f4exb
2020-06-27 19:45:59 +02:00
parent f4bf08a55b
commit e79a7d00a2
3 changed files with 13 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
sdrangel (5.7.4-1) unstable; urgency=medium
* Fix issues with REST API generated code
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 27 Jun 2020 17:44:42 +0200
sdrangel (5.7.3-1) unstable; urgency=medium
* RTL-SDR: Bias tee support. Implements #533
+1 -1
View File
@@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "7")
set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
+6
View File
@@ -1,3 +1,9 @@
sdrangel (5.7.4-1) unstable; urgency=medium
* Fix issues with REST API generated code
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 27 Jun 2020 17:44:42 +0200
sdrangel (5.7.3-1) unstable; urgency=medium
* RTL-SDR: Bias tee support. Implements #533