From 4cb30a7e882c2517154d7af78510d19f31795081 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 21 Nov 2017 01:12:12 +0100 Subject: [PATCH] Bumped to version 3.8.5 --- app/main.cpp | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 7d277aa1a..ea8f92b2e 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -33,7 +33,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo */ QCoreApplication::setOrganizationName("f4exb"); QCoreApplication::setApplicationName("SDRangel"); - QCoreApplication::setApplicationVersion("3.8.4"); + QCoreApplication::setApplicationVersion("3.8.5"); #if 1 qApp->setStyle(QStyleFactory::create("fusion")); diff --git a/debian/changelog b/debian/changelog index c7bb26dec..d1982a9fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sdrangel (3.8.5-1) unstable; urgency=medium + + * SSB mod/demod: improve LSB/USB experience + * Web API: online static documentation page + + -- Edouard Griffiths, F4EXB Sun, 26 Nov 2017 12:14:18 +0100 + sdrangel (3.8.4-1) unstable; urgency=medium * Optimize channel marker signal handling. Applied to all mods and demods