Skip to content

Commit

Permalink
fmk - setting version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Dec 22, 2021
1 parent dd30cce commit 41daff0
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 @@ -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("2.2.5");
// GoogleAnalytics::SetTrackingId("UA-126303135-1");
QCoreApplication::setApplicationVersion("2.2.6");
GoogleAnalytics::SetTrackingId("UA-126303135-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();

Expand Down Expand Up @@ -147,7 +147,7 @@ int main(int argc, char *argv[])
QString aboutSource = ":/resources/docs/textAboutEEUQ.html"; // this is an HTML file stored under resources
w.setAbout(aboutTitle, aboutSource);

QString version("Version 2.2.5");
QString version("Version 2.2.6");
w.setVersion(version);

QString citeText("1) Frank McKenna, Wael Elhaddad, Michael Gardner, Adam Zsarnoczay, Charles Wang, Stevan Gavrilovic, & Long Chen. (2020, September 30). NHERI-SimCenter/EE-UQ: Release 2.2.0 (Version r2.2.0). Zenodo. http://doi.org/10.5281/zenodo.4253161\n\n2) Gregory G. Deierlein, Frank McKenna, Adam Zsarnóczay, Tracy Kijewski-Correa, Ahsan Kareem, Wael Elhaddad, Laura Lowes, Matt J. Schoettler, and Sanjay Govindjee (2020) A Cloud-Enabled Application Framework for Simulating Regional-Scale Impacts of Natural Hazards on the Built Environment. Frontiers in the Built Environment. 6:558706. doi: 10.3389/fbuil.2020.558706");
Expand Down

0 comments on commit 41daff0

Please sign in to comment.