mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 13:51:47 -05:00
Debian: updated changelog. Bumped version
This commit is contained in:
parent
d5165d9460
commit
966ea1ed07
@ -27,7 +27,7 @@
|
|||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "dsp/dsptypes.h"
|
#include "dsp/dsptypes.h"
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define GIT_COMMIT_HASH_STR "v4.8.1"
|
#define GIT_COMMIT_HASH_STR "v4.8.2"
|
||||||
#else
|
#else
|
||||||
#include "sdrangel_version.h"
|
#include "sdrangel_version.h"
|
||||||
#endif
|
#endif
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
sdrangel (4.8.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* SSB demod: fixes
|
||||||
|
* Audio input: set default volume factor to 1.0 (was 0.15)
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 30 May 2019 20:44:06 +0100
|
||||||
|
|
||||||
sdrangel (4.8.1-1) unstable; urgency=medium
|
sdrangel (4.8.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Debian: removed udev rules stuff
|
* Debian: removed udev rules stuff
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
||||||
QString("SSB Demodulator"),
|
QString("SSB Demodulator"),
|
||||||
QString("4.5.2"),
|
QString("4.8.2"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) 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