From c76eeec89b3d1318b03eb6e123dd52a39f78aa6a Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sat, 13 May 2017 19:21:15 +0200 Subject: [PATCH] This time I didn't forget to up the version number --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index a0d4510..65f5506 100644 --- a/main.cpp +++ b/main.cpp @@ -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();