Updated version and changelogs

This commit is contained in:
f4exb 2020-03-11 17:09:07 +01:00
parent ab3e72e117
commit d9e2d3e916
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
sdrangel (4.14.0-1) unstable; urgency=medium
* REST API device and channel actions. Implements #485.
* LimeRFE USB: added cellular band 3 and improved API documentation
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 11 Mar 2020 15:14:22 +0100
sdrangel (4.13.2-1) unstable; urgency=medium
* CI/CD implmentation with Appveyor

View File

@ -17,8 +17,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "13")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_MINOR "14")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (4.14.0-1) unstable; urgency=medium
* REST API device and channel actions. Implements #485.
* LimeRFE USB: added cellular band 3 and improved API documentation
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 11 Mar 2020 15:14:22 +0100
sdrangel (4.13.2-1) unstable; urgency=medium
* CI/CD implmentation with Appveyor