This time I didn't forget to up the version number

This commit is contained in:
ArsenArsen 2017-05-13 19:21:15 +02:00
parent e47b69a9c5
commit c76eeec89b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ int main(int argc, char *argv[]) {
QApplication a(argc, argv);
a.setApplicationName("KShare");
a.setOrganizationName("ArsenArsen");
a.setApplicationVersion("2.1");
a.setApplicationVersion("3.0");
QCommandLineParser parser;
parser.addHelpOption();