Skip to content

Commit

Permalink
fmk - updating vesion tag to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jan 21, 2022
1 parent 67886fa commit 5d73127
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,7 +69,7 @@ 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.7.0");
QCoreApplication::setApplicationVersion("2.7.1");
// 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.7.0");
QString version("Version 2.7.1");
w.setVersion(version);

QString citeText("1) Frank McKenna, Wael Elhaddad, Michael Gardner, Adam Zsarnoczay, Kuanshi Zhong, Charles Wang, Stevan Gavrilovic, & Long Chen. (2022). NHERI-SimCenter/EE-UQ: Version 2.7.0 (v2.7.0). Zenodo. https://doi.org/10.5281/zenodo.5879924 \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 5d73127

Please sign in to comment.