diff --git a/app/main.cpp b/app/main.cpp index a0f0fa14d..78d2eeb60 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.1" +#define GIT_COMMIT_HASH_STR "v4.7.2" #else #include "sdrangel_version.h" #endif diff --git a/debian/changelog b/debian/changelog index 7ccc18eb6..5e071ce9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sdrangel (4.7.2-1) unstable; urgency=medium + + * Unique DeviceAPI interface for sources and sinks + * REST API: fixes over last version + + -- Edouard Griffiths, F4EXB Wed, 08 May 2019 22:14:18 +0100 + sdrangel (4.7.1-1) unstable; urgency=medium * SSB modulator: fixed compressor overloading