From 7b3190be8050b7df64a9a1828052d4539edc32be Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 7 Jun 2019 01:36:30 +0200 Subject: [PATCH] Updated changelogs and version --- CHANGELOG | 3 ++- CMakeLists.txt | 2 +- app/main.cpp | 9 ++------- debian/changelog | 3 ++- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1485cca3f..d9f999471 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,9 @@ sdrangel (4.9.1-1) unstable; urgency=medium * WFM demod: variable RF bandwidth. Implements #320 * Fixed buddies list handling at buddy termination time. Fixes #359 + * Fixed Debian builds using AVX instructions. Fixes #360 - -- Edouard Griffiths, F4EXB Sat, 08 Jun 2019 20:44:06 +0100 + -- Edouard Griffiths, F4EXB THu, 06 Jun 2019 20:44:06 +0100 sdrangel (4.9.0-1) unstable; urgency=medium diff --git a/CMakeLists.txt b/CMakeLists.txt index 459242878..b03913fe6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "9") -set(sdrangel_VERSION_PATCH "0") +set(sdrangel_VERSION_PATCH "1") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/app/main.cpp b/app/main.cpp index b66a2d1c3..014bbfa61 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -34,18 +34,13 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8")); */ -#ifdef _MSC_VER - QCoreApplication::setOrganizationName("f4exb"); - QCoreApplication::setApplicationName("SDRangel"); - QCoreApplication::setApplicationVersion("4.8.2"); -#else QCoreApplication::setOrganizationName(COMPANY); QCoreApplication::setApplicationName(APPLICATION_NAME); QCoreApplication::setApplicationVersion(SDRANGEL_VERSION); -#endif + #if QT_VERSION >= 0x050600 QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); // DPI support - QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); //HiDPI pixmaps + QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); //HiDPI pixmaps #endif #if 1 diff --git a/debian/changelog b/debian/changelog index 1485cca3f..d9f999471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ sdrangel (4.9.1-1) unstable; urgency=medium * WFM demod: variable RF bandwidth. Implements #320 * Fixed buddies list handling at buddy termination time. Fixes #359 + * Fixed Debian builds using AVX instructions. Fixes #360 - -- Edouard Griffiths, F4EXB Sat, 08 Jun 2019 20:44:06 +0100 + -- Edouard Griffiths, F4EXB THu, 06 Jun 2019 20:44:06 +0100 sdrangel (4.9.0-1) unstable; urgency=medium