From ad133a1404b655ecd58aae031117cdad341bdc0f Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Fri, 29 Jul 2016 21:39:45 +0200 Subject: [PATCH] QE: 1.0.9 release --- quickevent/app/src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickevent/app/src/mainwindow.cpp b/quickevent/app/src/mainwindow.cpp index 7b2f90be5..1b910e2ba 100644 --- a/quickevent/app/src/mainwindow.cpp +++ b/quickevent/app/src/mainwindow.cpp @@ -25,7 +25,7 @@ MainWindow::~MainWindow() QString MainWindow::versionString() { - static QString s = QLatin1String("1.0.8"); + static QString s = QLatin1String("1.0.9"); return s; }