Updated versions and changelogs

This commit is contained in:
f4exb 2021-02-13 12:26:19 +01:00
parent e04cc10ae6
commit 166089a8bd
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,12 @@
sdrangel (6.5.4-1) unstable; urgency=medium
* Spectrum: more FPS capping options. Implements #772
* Spectrum: autoscaling. Implements #771
* Spectrum: overlap control. Implements #770
* SSB demod: corrections to spanLog2 processing
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 13 Feb 2021 09:05:18 +0100
sdrangel (6.5.3-1) unstable; urgency=medium
* More Star Tracker updates. PR #762

View File

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

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
sdrangel (6.5.4-1) unstable; urgency=medium
* Spectrum: more FPS capping options. Implements #772
* Spectrum: autoscaling. Implements #771
* Spectrum: overlap control. Implements #770
* SSB demod: corrections to spanLog2 processing
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 13 Feb 2021 09:05:18 +0100
sdrangel (6.5.3-1) unstable; urgency=medium
* More Star Tracker updates. PR #762

View File

@ -12,7 +12,7 @@
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
SSBDemod::m_channelId,
QStringLiteral("SSB Demodulator"),
QStringLiteral("6.4.0"),
QStringLiteral("6.5.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,