mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Updated changelogs and version
This commit is contained in:
parent
e5a8c4562e
commit
7b3190be80
@ -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 <f4exb06@gmail.com> Sat, 08 Jun 2019 20:44:06 +0100
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> THu, 06 Jun 2019 20:44:06 +0100
|
||||
|
||||
sdrangel (4.9.0-1) unstable; urgency=medium
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -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 <f4exb06@gmail.com> Sat, 08 Jun 2019 20:44:06 +0100
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> THu, 06 Jun 2019 20:44:06 +0100
|
||||
|
||||
sdrangel (4.9.0-1) unstable; urgency=medium
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user