Skip to content

Commit

Permalink
fmk - updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jun 30, 2022
1 parent 6d4b38e commit 8027c34
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 @@ -97,7 +97,7 @@ int main(int argc, char *argv[])
//Setting Core Application Name, Organization, Version and Google Analytics Tracking Id
QCoreApplication::setApplicationName("quoFEM");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("3.0.0");
QCoreApplication::setApplicationVersion("3.1.0");
// GoogleAnalytics::SetTrackingId("UA-121636495-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();
Expand Down Expand Up @@ -175,7 +175,7 @@ int main(int argc, char *argv[])

w.setAbout(aboutTitle, aboutSource);

QString version("Version 3.0.0");
QString version = QString("Version ") + QCoreApplication::applicationVersion();
w.setVersion(version);

QString citeText = QString("1) Frank McKenna, Sang-ri Yi, Aakash Bangalore Satish, Adam Zsarnoczay, Michael Gardner, Kuanshi Zhong, & Wael Elhaddad. (2022). NHERI-SimCenter/quoFEM: Version 3.0.0 (v3.0.0). Zenodo. https://doi.org/10.5281/zenodo.6404498 \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 8027c34

Please sign in to comment.