Skip to content

Commit

Permalink
chore: Bump year in fw and cpn
Browse files Browse the repository at this point in the history
2024 has arrived, long live 2023!
  • Loading branch information
pfeerick committed Jan 19, 2024
1 parent 1063a67 commit c78690f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions companion/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,7 @@ void MainWindow::about()
aboutStr.append("<br/><br/>");
aboutStr.append(tr("File new <a href='%1'>Issue or Request</a>").arg("https://github.com/EdgeTX/edgetx/issues/new/choose"));
aboutStr.append("<br/><br/>");
aboutStr.append(tr("Copyright") + QString(" &copy; 2023 EdgeTX<br/>"));
// aboutStr.append(tr("Copyright") + QString(" &copy; 2021-%1 EdgeTX<br/>").arg(QString(__DATE__).right(4)));
aboutStr.append(tr("Copyright") + QString(" &copy; 2024 EdgeTX<br/>"));

QMessageBox msgBox(this);
msgBox.setWindowIcon(CompanionIcon("information.png"));
Expand Down
2 changes: 1 addition & 1 deletion radio/src/gui/128x64/view_about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const char ABOUT_VERSION_1[] = "EdgeTX " "(" VERSION_TAG ")" "\036\"" CODENAME "
#else
const char ABOUT_VERSION_1[] = "EdgeTX " "(" VERSION "-" VERSION_SUFFIX ")";
#endif
const char ABOUT_VERSION_2[] = "Copyright (C) 2023 EdgeTX";
const char ABOUT_VERSION_2[] = "Copyright (C) 2024 EdgeTX";
const char ABOUT_VERSION_3[] = "https://edgetx.org";

void menuAboutView(event_t event)
Expand Down
2 changes: 1 addition & 1 deletion radio/src/gui/212x64/view_about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const char ABOUT_VERSION_1[] = "EdgeTX " "\"" CODENAME "\"" " (" VERSION_TAG ")"
#else
const char ABOUT_VERSION_1[] = "EdgeTX " "(" VERSION "-" VERSION_SUFFIX ")";
#endif
const char ABOUT_VERSION_2[] = "Copyright (C) 2023 EdgeTX";
const char ABOUT_VERSION_2[] = "Copyright (C) 2024 EdgeTX";
const char ABOUT_VERSION_3[] = "https://edgetx.org";

void menuAboutView(event_t event)
Expand Down

0 comments on commit c78690f

Please sign in to comment.