summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe Qt Project <gerrit-noreply@qt-project.org>2020-09-23 10:11:28 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2020-09-23 10:11:28 +0000
commit36dbc7c3dab10d0af26e982969c4e5e3dc651d27 (patch)
tree96aff485b42375886d127f98c79adc33765e2014
parentf72647bc4b1c7b5c59d23e29f9fd717f30c7599e (diff)
parentb0009487d051b870876c1707df1a0f8203722bb0 (diff)
Merge "Merge remote-tracking branch 'origin/4.13' into master"
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 11e7a46..d612d5b 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -80,7 +80,7 @@ int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
app.setApplicationName(QLatin1String("perfparser"));
- app.setApplicationVersion(QLatin1String("4.12"));
+ app.setApplicationVersion(QLatin1String("4.13"));
if (qEnvironmentVariableIsSet("PERFPARSER_DEBUG_WAIT")) {
#ifdef Q_OS_LINUX