Skip to content

Commit

Permalink
fmk - updating version ta to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Dec 22, 2021
1 parent 42f04a3 commit 7058201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ void MainWindow::copyright()
void MainWindow::version()
{
QMessageBox::about(this, tr("Version"),
tr("Version 2.4.0 "));
tr("Version 2.4.1 "));
}

void MainWindow::preferences()
Expand Down
3 changes: 1 addition & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@ void customMessageOutput(QtMsgType type, const QMessageLogContext &context, cons

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("2.4.0");
QCoreApplication::setApplicationVersion("2.4.1");
GoogleAnalytics::SetTrackingId("UA-121636495-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();
Expand Down

0 comments on commit 7058201

Please sign in to comment.