Skip to content

Commit

Permalink
fmk - upping version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 1, 2024
1 parent 0c18f80 commit ad88b7a
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 @@ -111,7 +111,7 @@ int main(int argc, char *argv[])
// Setting Core Application Name, Organization, Version
QCoreApplication::setApplicationName("R2D");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("5.0.0");
QCoreApplication::setApplicationVersion("5.1.0");

// set up logging of output messages for user debugging
logFilePath = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation)
Expand Down

0 comments on commit ad88b7a

Please sign in to comment.