1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-11 02:08:46 -04:00

Bumped version to 3.5.0

This commit is contained in:
f4exb
2017-05-16 18:38:39 +02:00
parent 6f9ef0eaf9
commit 007ea19e36
32 changed files with 40 additions and 33 deletions
+2 -2
View File
@@ -453,9 +453,9 @@ void MainWindow::createStatusBar()
{
QString qtVersionStr = QString("Qt %1 ").arg(QT_VERSION_STR);
#if QT_VERSION >= 0x050400
m_showSystemWidget = new QLabel("SDRangel v3.4.5 " + qtVersionStr + QSysInfo::prettyProductName(), this);
m_showSystemWidget = new QLabel("SDRangel v3.5.0 " + qtVersionStr + QSysInfo::prettyProductName(), this);
#else
m_showSystemWidget = new QLabel("SDRangel v3.4.5 " + qtVersionStr, this);
m_showSystemWidget = new QLabel("SDRangel v3.5.0 " + qtVersionStr, this);
#endif
statusBar()->addPermanentWidget(m_showSystemWidget);