1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-02-21 04:19:00 +00:00

correct version number output with --version

This commit is contained in:
Sascha Paunovic 2019-01-07 12:24:34 +01:00
parent 54a6a7f590
commit ade36c013b

View File

@ -71,7 +71,7 @@ int main(int argc, char *argv[])
}
if (args.contains("-v") || args.contains("--version")) {
qDebug() << "cool-retro-term 1.0.1";
qDebug() << "cool-retro-term 1.1.0";
return 0;
}