mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Changelog and version change
This commit is contained in:
parent
f0ff5473fb
commit
fcc8817f62
@ -27,7 +27,7 @@
|
||||
#include "mainwindow.h"
|
||||
#include "dsp/dsptypes.h"
|
||||
#ifdef _MSC_VER
|
||||
#define GIT_COMMIT_HASH_STR "v4.7.0"
|
||||
#define GIT_COMMIT_HASH_STR "v4.7.1"
|
||||
#else
|
||||
#include "sdrangel_version.h"
|
||||
#endif
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
sdrangel (4.7.1-1) unstable; urgency=medium
|
||||
|
||||
* SSB modulator: fixed compressor overloading
|
||||
* REST API: tx, nbStreams and streamIndex names change
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 07 May 2019 14:14:18 +0100
|
||||
|
||||
sdrangel (4.7.0-1) unstable; urgency=medium
|
||||
|
||||
* New Frequency Tracker Rx channel plugin
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
|
||||
QString("SSB Modulator"),
|
||||
QString("4.5.2"),
|
||||
QString("4.7.1"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user