Updated version and changelogs

This commit is contained in:
f4exb 2019-10-23 23:10:05 +02:00
parent e336f4ec1f
commit 9fd190aaae
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
sdrangel (4.11.11-1) unstable; urgency=medium
* Channel Analyzer polar grid option for XY display (Issue #424)
* Fixed MacOS build
* More preparatory works for MIMO channels support
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 23 Oct 2019 20:14:22 +0200
sdrangel (4.11.10-1) unstable; urgency=medium
* Plugins device enumeration optimization

View File

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

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (4.11.11-1) unstable; urgency=medium
* Channel Analyzer polar grid option for XY display (Issue #424)
* Fixed MacOS build
* More preparatory works for MIMO channels support
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 23 Oct 2019 20:14:22 +0200
sdrangel (4.11.10-1) unstable; urgency=medium
* Plugins device enumeration optimization