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 a3fbafe commit 74ae511Copy full SHA for 74ae511
app/main.cpp
@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
61
return 0;
62
}
63
64
- QString appVersion("1.2.0-beta1");
+ QString appVersion("1.2.0");
65
66
if (argc>1 && (!strcmp(argv[1],"-v") || !strcmp(argv[1],"--version"))) {
67
QTextStream cout(stdout, QIODevice::WriteOnly);
0 commit comments