Skip to content

Commit

Permalink
Update recommended dsda-doom version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao committed Jun 10, 2023
1 parent a66264d commit 8d01e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsda-launcher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main(int argc, char *argv[])
{
QMessageBox msgBox;
msgBox.setWindowTitle("dsda-launcher " + version);
msgBox.setText("It is recommended that you use dsda-doom v0.25 or later");
msgBox.setText("It is recommended that you use dsda-doom v0.26 or later");
msgBox.setInformativeText(
"Here are a few tips you should know:\n"
"\n"
Expand Down

0 comments on commit 8d01e38

Please sign in to comment.