1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-11 13:24:19 -04:00

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
+6
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
+1 -1
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
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
@@ -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,