1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-11 16:50:42 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-03-10 14:38:37 +01:00
parent a72dfd6535
commit b4de23c89f
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
sdrangel (5.3.0-1) unstable; urgency=medium
* Name change from LoRa plugins to ChirpChat plugins
* REST API device and channel actions. Implements #485.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 10 Mar 2020 13:36:22 +0100
sdrangel (5.2.1-1) unstable; urgency=medium
* LoRa demodulator: GUI and server flavors handling

View File

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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
sdrangel (5.3.0-1) unstable; urgency=medium
* Name change from LoRa plugins to ChirpChat plugins
* REST API device and channel actions. Implements #485.
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 10 Mar 2020 13:36:22 +0100
sdrangel (5.2.1-1) unstable; urgency=medium
* LoRa demodulator: GUI and server flavors handling