We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a8792 commit bd94660Copy full SHA for bd94660
2 files changed
ModbusServer.pro
@@ -1,5 +1,5 @@
1
2
-VERSION = v1.0.0
+VERSION = 1.0.0
3
4
DEFINES += DEBUG
5
src/mainwindow.cpp
@@ -79,7 +79,7 @@ MainWindow::MainWindow(QWidget *parent) :
79
#endif
80
81
QString windowCaption;
82
- windowCaption = QString("ModbusTestSlave %1%2").arg(APP_VERSION).arg(debugTxt);
+ windowCaption = QString("ModbusTestSlave v%1%2").arg(APP_VERSION).arg(debugTxt);
83
84
setWindowTitle(windowCaption);
85
}
0 commit comments