Skip to content

Commit

Permalink
fmk - updatinig minor version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 8, 2024
1 parent 71b061a commit 7bbd06d
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 @@ -122,7 +122,7 @@ int main(int argc, char *argv[])
//Setting Core Application Name, Organization, and Version
QCoreApplication::setApplicationName("HydroUQ");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("4.0.1");
QCoreApplication::setApplicationVersion("4.0.2");

//Init resources from static libraries (e.g. SimCenterCommonQt or s3hark)
Q_INIT_RESOURCE(images);
Expand Down

0 comments on commit 7bbd06d

Please sign in to comment.