Skip to content

Commit

Permalink
QE: 1.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek committed Jul 29, 2016
1 parent 6a7ef8c commit ad133a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickevent/app/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ad133a1

Please sign in to comment.