Skip to content

Commit bd94660

Browse files
committed
Fix compilation error of windows build
1 parent 28a8792 commit bd94660

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ModbusServer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION = v1.0.0
2+
VERSION = 1.0.0
33

44
DEFINES += DEBUG
55

src/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ MainWindow::MainWindow(QWidget *parent) :
7979
#endif
8080

8181
QString windowCaption;
82-
windowCaption = QString("ModbusTestSlave %1%2").arg(APP_VERSION).arg(debugTxt);
82+
windowCaption = QString("ModbusTestSlave v%1%2").arg(APP_VERSION).arg(debugTxt);
8383

8484
setWindowTitle(windowCaption);
8585
}

0 commit comments

Comments
 (0)