Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed May 14, 2019
1 parent 97f786d commit a859e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Expand Up @@ -22,7 +22,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setOrganizationName("redasm.io");
a.setApplicationName("redasm");
a.setApplicationDisplayName("REDasm 2.1-" + QString::fromUtf8(REDASM_VERSION));
a.setApplicationDisplayName("REDasm 2.1.1-" + QString::fromUtf8(REDASM_VERSION));

REDasmSettings::setDefaultFormat(REDasmSettings::IniFormat);
ThemeProvider::applyTheme();
Expand Down

0 comments on commit a859e42

Please sign in to comment.