Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
easymodo authored Feb 20, 2018
1 parent 74661e5 commit 0e6d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) {
QCoreApplication::setOrganizationName("greenpepper software");
QCoreApplication::setOrganizationDomain("github.com/easymodo/qimgv");
QCoreApplication::setApplicationName("qimgv");
QCoreApplication::setApplicationVersion("0.6");
QCoreApplication::setApplicationVersion("0.6.1");

// needed for mpv
std::setlocale(LC_NUMERIC, "C");
Expand Down

0 comments on commit 0e6d588

Please sign in to comment.