We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe1573 commit 80bbacdCopy full SHA for 80bbacd
QRoboticsCenter/main.cpp
@@ -8,7 +8,7 @@ int main(int argc, char *argv[])
8
QApplication a(argc, argv);
9
a.setApplicationName("QRoboticsCenter");
10
a.setOrganizationName("RobSoft");
11
- a.setApplicationVersion("5.0.0 - alpha");
+ a.setApplicationVersion("5.0.0 - stable");
12
a.setApplicationDisplayName("QRoboticsCenter");
13
a.setWindowIcon(QIcon(":/icons/QRoboticsCenterLogo_blue.png"));
14
0 commit comments