1
0
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:
f4exb 2019-05-31 09:00:37 +02:00
parent d5165d9460
commit 966ea1ed07
3 changed files with 9 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include "mainwindow.h"
#include "dsp/dsptypes.h"
#ifdef _MSC_VER
#define GIT_COMMIT_HASH_STR "v4.8.1"
#define GIT_COMMIT_HASH_STR "v4.8.2"
#else
#include "sdrangel_version.h"
#endif

7
debian/changelog vendored
View File

@ -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
* Debian: removed udev rules stuff

View File

@ -9,7 +9,7 @@
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
QString("SSB Demodulator"),
QString("4.5.2"),
QString("4.8.2"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,