1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-13 03:09:07 -04:00

Bumped version to 3.7.8

This commit is contained in:
f4exb
2017-10-29 11:54:56 +01:00
parent 08b3ebd305
commit 2eb264440f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -506,9 +506,9 @@ void MainWindow::createStatusBar()
{
QString qtVersionStr = QString("Qt %1 ").arg(QT_VERSION_STR);
#if QT_VERSION >= 0x050400
m_showSystemWidget = new QLabel("SDRangel v3.7.7 " + qtVersionStr + QSysInfo::prettyProductName(), this);
m_showSystemWidget = new QLabel("SDRangel v3.7.8 " + qtVersionStr + QSysInfo::prettyProductName(), this);
#else
m_showSystemWidget = new QLabel("SDRangel v3.7.7 " + qtVersionStr, this);
m_showSystemWidget = new QLabel("SDRangel v3.7.8 " + qtVersionStr, this);
#endif
statusBar()->addPermanentWidget(m_showSystemWidget);