Skip to content

Commit

Permalink
fmk - updating version to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed May 16, 2024
1 parent 94ebe9e commit 6fa7249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int main(int argc, char *argv[])
//Setting Core Application Name, Organization, and Version
QCoreApplication::setApplicationName("quoFEM");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.5.1");
QCoreApplication::setApplicationVersion("3.5.2");

//
// set up logging of output messages for user debugging
Expand Down Expand Up @@ -240,7 +240,7 @@ QString citeText = QString("1) Frank McKenna, Sang-ri Yi, Satish, A. B., Adam Zs
}

//Setting Google Analytics Tracking Information
/* ****************************************************************
/* ****************************************************************/
GoogleAnalytics::SetMeasurementId("G-7P3PV7SM6J");
GoogleAnalytics::SetAPISecret("UxuZgMQaS7aoqpQskrcG9w");
GoogleAnalytics::CreateSessionId();
Expand All @@ -252,7 +252,7 @@ QString citeText = QString("1) Frank McKenna, Sang-ri Yi, Satish, A. B., Adam Zs
view.resize(1024, 750);
view.show();
view.hide();
******************************************************************** */
/******************************************************************** */

//
// exe application event-loop
Expand Down

0 comments on commit 6fa7249

Please sign in to comment.