Changelog and version change

This commit is contained in:
f4exb 2019-05-07 16:45:03 +02:00
parent f0ff5473fb
commit fcc8817f62
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.7.0"
#define GIT_COMMIT_HASH_STR "v4.7.1"
#else
#include "sdrangel_version.h"
#endif

7
debian/changelog vendored
View File

@ -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

View File

@ -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,