Skip to content

Commit

Permalink
fmk - updating version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jul 10, 2023
1 parent 0d21cf0 commit 48d164c
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 @@ -72,7 +72,7 @@ int main(int argc, char *argv[])

QCoreApplication::setApplicationName("WE-UQ");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.0.c");
QCoreApplication::setApplicationVersion("3.0.0");

Q_INIT_RESOURCE(images1);

Expand Down Expand Up @@ -107,7 +107,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);

//Setting Google Analytics Tracking Information
GoogleAnalytics::SetMeasurementId("G-SQHRGYDZ0H");
// GoogleAnalytics::SetMeasurementId("G-SQHRGYDZ0H");
GoogleAnalytics::SetAPISecret("SCg4ry-WRee780Oen2WBUA");
GoogleAnalytics::CreateSessionId();
GoogleAnalytics::StartSession();
Expand Down

0 comments on commit 48d164c

Please sign in to comment.