Skip to content

Commit e4dd9d3

Browse files
committed
fix version in the main.cpp
1 parent 7f89044 commit e4dd9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ int main(int argc, char *argv[]) {
88
QApplication app(argc, argv);
99

1010
QApplication::setApplicationName("Qldd");
11-
QApplication::setApplicationVersion("1.0.0");
11+
QApplication::setApplicationVersion(PROJECT_VERSION);
1212

1313
QCommandLineParser parser;
1414
parser.setApplicationDescription("Qldd gui over ldd utility");

0 commit comments

Comments
 (0)