diff --git a/app/main.cpp b/app/main.cpp index 0b572fc32..a0f0fa14d 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -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 diff --git a/debian/changelog b/debian/changelog index a5e87e61e..7ccc18eb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 07 May 2019 14:14:18 +0100 + sdrangel (4.7.0-1) unstable; urgency=medium * New Frequency Tracker Rx channel plugin diff --git a/plugins/channeltx/modssb/ssbmodplugin.cpp b/plugins/channeltx/modssb/ssbmodplugin.cpp index c0619fb05..9b6006d6f 100644 --- a/plugins/channeltx/modssb/ssbmodplugin.cpp +++ b/plugins/channeltx/modssb/ssbmodplugin.cpp @@ -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,