mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Updated version and changelogs
This commit is contained in:
parent
9cdcfeef70
commit
6519bfc05f
@ -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
|
sdrangel (6.0.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Merge back v5 branch and upgrade version to v6
|
* Merge back v5 branch and upgrade version to v6
|
||||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "6")
|
set(sdrangel_VERSION_MAJOR "6")
|
||||||
set(sdrangel_VERSION_MINOR "0")
|
set(sdrangel_VERSION_MINOR "0")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "1")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
sdrangel (6.0.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Merge back v5 branch and upgrade version to v6
|
* Merge back v5 branch and upgrade version to v6
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor AudioInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor AudioInputPlugin::m_pluginDescriptor = {
|
||||||
QString("AudioInput"),
|
QString("AudioInput"),
|
||||||
QString("Audio Input"),
|
QString("Audio Input"),
|
||||||
QString("6.0.0"),
|
QString("6.0.1"),
|
||||||
QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user