Skip to content

Commit

Permalink
fmk - updating version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Mar 30, 2023
1 parent 00d6152 commit 1ec4410
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 @@ -98,7 +98,7 @@ int main(int argc, char *argv[])
//Setting Core Application Name, Organization, Version and Google Analytics Tracking Id
QCoreApplication::setApplicationName("quoFEM");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.2.0");
QCoreApplication::setApplicationVersion("3.3.0");
// GoogleAnalytics::SetTrackingId("UA-121636495-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();
Expand Down

0 comments on commit 1ec4410

Please sign in to comment.