1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-07 00:39:25 -05:00

Updated version and changelogs

This commit is contained in:
f4exb 2020-09-29 14:48:05 +02:00
parent 5910e5d7b8
commit 63978ca54f
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
sdrangel (5.12.1-1) unstable; urgency=medium
* Fixes to RigCtl Server and Simple PTT plugins
* Fixes to Feature plugins framework
* Faster SR for test source and file output. PR #647
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 29 Sep 2020 12:47:20 +0200
sdrangel (5.12.0-1) unstable; urgency=medium
* Feature plugin framework. Implements #632

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "12")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
sdrangel (5.12.1-1) unstable; urgency=medium
* Fixes to RigCtl Server and Simple PTT plugins
* Fixes to Feature plugins framework
* Faster SR for test source and file output. PR #647
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 29 Sep 2020 12:47:20 +0200
sdrangel (5.12.0-1) unstable; urgency=medium
* Feature plugin framework. Implements #632