Skip to content

Commit

Permalink
Update version / copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Feb 3, 2025
1 parent 909e013 commit 8140302
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/win/qView32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#define MyAppExeName "qView.exe"

; Update these when building
#define MyAppVersion "6.1"
#define MyAppYear "2023"
#define MyAppVersion "7.0"
#define MyAppYear "2025"

[Setup]
AppId={{A6A9BAAB-C59E-4EAB-ACE1-3EEDE3031880}
Expand Down
4 changes: 2 additions & 2 deletions dist/win/qView64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#define MyAppExeName "qView.exe"

; Update these when building
#define MyAppVersion "6.1"
#define MyAppYear "2023"
#define MyAppVersion "7.0"
#define MyAppYear "2025"

[Setup]
AppId={{A6A9BAAB-C59E-4EAB-ACE1-3EEDE3031880}
Expand Down
4 changes: 2 additions & 2 deletions dist/win/qViewArm64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#define MyAppExeName "qView.exe"

; Update these when building
#define MyAppVersion "6.1"
#define MyAppYear "2023"
#define MyAppVersion "7.0"
#define MyAppYear "2025"

[Setup]
AppId={{A6A9BAAB-C59E-4EAB-ACE1-3EEDE3031880}
Expand Down
4 changes: 2 additions & 2 deletions qView.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TARGET = qView
VERSION = 6.1
VERSION = 7.0

QT += core gui network widgets

Expand Down Expand Up @@ -46,7 +46,7 @@ win32 {
}

RC_ICONS = "dist/win/qView.ico"
QMAKE_TARGET_COPYRIGHT = "Copyright \\251 2023 jurplel and qView contributors"
QMAKE_TARGET_COPYRIGHT = "Copyright \\251 2025 jurplel and qView contributors"
QMAKE_TARGET_DESCRIPTION = "qView"
}

Expand Down
2 changes: 1 addition & 1 deletion src/qvaboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ QVAboutDialog::QVAboutDialog(double givenLatestVersionNum, QWidget *parent) :
R"(Source code available under GPLv3 on <a style="color: #03A9F4; text-decoration:none;" href="https://github.com/jurplel/qView">GitHub</a><br>)"
"Icon glyph created by Guilhem from the Noun Project<br>"
"Copyright © %3 jurplel and qView contributors")
.arg(QT_VERSION_STR, QSysInfo::buildCpuArchitecture(), "2018-2023");
.arg(QT_VERSION_STR, QSysInfo::buildCpuArchitecture(), "2018-2025");

ui->infoLabel2->setFont(font4);
ui->infoLabel2->setText(labelText2);
Expand Down

0 comments on commit 8140302

Please sign in to comment.