Updated version and changelogs

This commit is contained in:
f4exb 2020-09-16 13:08:37 +02:00
parent 401134cdd2
commit f22c9fca2c
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,10 @@
sdrangel (4.16.1-1) unstable; urgency=medium
* BladeRF2: fixed global gain setting. Fixes issue #630
* BladeRF2: REST API: add scale in range report
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 16 Sep 2020 11:07:43 +0200
sdrangel (4.16.0-1) unstable; urgency=medium
* Specialized channels dock. Implements #628

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "16")
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 (4.16.1-1) unstable; urgency=medium
* BladeRF2: fixed global gain setting. Fixes issue #630
* BladeRF2: REST API: add scale in range report
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 16 Sep 2020 11:07:43 +0200
sdrangel (4.16.0-1) unstable; urgency=medium
* Specialized channels dock. Implements #628