We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f89044 commit e4dd9d3Copy full SHA for e4dd9d3
main.cpp
@@ -8,7 +8,7 @@ int main(int argc, char *argv[]) {
8
QApplication app(argc, argv);
9
10
QApplication::setApplicationName("Qldd");
11
- QApplication::setApplicationVersion("1.0.0");
+ QApplication::setApplicationVersion(PROJECT_VERSION);
12
13
QCommandLineParser parser;
14
parser.setApplicationDescription("Qldd gui over ldd utility");
0 commit comments