Skip to content

Commit

Permalink
Set version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Sep 24, 2024
1 parent 090d19d commit b6e7f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main(int argc, char** argv)
{
QApplication app(argc, argv);
QApplication::setApplicationName("Dolphin Memory Engine");
QApplication::setApplicationVersion("1.2.3");
QApplication::setApplicationVersion("1.2.4");

SConfig config; // Initialize global settings object

Expand Down

0 comments on commit b6e7f79

Please sign in to comment.