summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2019-05-07 16:45:03 +0200
committerf4exb <f4exb06@gmail.com>2019-05-07 16:45:03 +0200
commitfcc8817f62f22dea9d89566bb77a2421af1442f1 (patch)
treeceae30923810f8fa31e3f64ad9455bd8cb655765
parentf0ff5473fb52d6a906e6066b87138632c577094b (diff)
Changelog and version changev4.7.1
-rw-r--r--app/main.cpp2
-rw-r--r--debian/changelog7
-rw-r--r--plugins/channeltx/modssb/ssbmodplugin.cpp2
3 files changed, 9 insertions, 2 deletions
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 <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
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,