Skip to content

Commit

Permalink
fmk - upping version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Mar 31, 2023
1 parent ef36fd7 commit f4f5043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ int main(int argc, char *argv[])
//Setting Core Application Name, Organization, Version and Google Analytics Tracking Id
QCoreApplication::setApplicationName("EE-UQ");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.2.2");
GoogleAnalytics::SetTrackingId("UA-126303135-1");
QCoreApplication::setApplicationVersion("3.3.0");
// GoogleAnalytics::SetTrackingId("UA-126303135-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();

Expand Down

0 comments on commit f4f5043

Please sign in to comment.