Updated version and changelogs

This commit is contained in:
f4exb 2020-11-13 23:20:57 +01:00
parent 9cdcfeef70
commit 6519bfc05f
4 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
sdrangel (6.0.1-1) unstable; urgency=medium
* Audio Input: reworked threading model and mono handling. Issue #706
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 13 Nov 2020 22:19:29 +0100
sdrangel (6.0.0-1) unstable; urgency=medium
* Merge back v5 branch and upgrade version to v6

View File

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "0")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
sdrangel (6.0.1-1) unstable; urgency=medium
* Audio Input: reworked threading model and mono handling. Issue #706
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 13 Nov 2020 22:19:29 +0100
sdrangel (6.0.0-1) unstable; urgency=medium
* Merge back v5 branch and upgrade version to v6

View File

@ -31,7 +31,7 @@
const PluginDescriptor AudioInputPlugin::m_pluginDescriptor = {
QString("AudioInput"),
QString("Audio Input"),
QString("6.0.0"),
QString("6.0.1"),
QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,