Commit 10a430d 1 parent 052db54 commit 10a430d Copy full SHA for 10a430d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
; -- shotcut.iss --
2
- ; Copyright (c) 2024 Meltytech, LLC
2
+ ; Copyright (c) 2024-2025 Meltytech, LLC
3
3
4
4
; This program is free software: you can redistribute it and/or modify
5
5
; it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ ArchitecturesInstallIn64BitMode=x64compatible
40
40
AppMutex = " Meltytech Shotcut Running Mutex"
41
41
OutputBaseFilename = shotcut-setup
42
42
UninstallDisplayName = Shotcut
43
- VersionInfoCopyright = " Copyright (c) 2012-2024 Meltytech, LLC"
43
+ VersionInfoCopyright = " Copyright (c) 2012-2025 Meltytech, LLC"
44
44
WizardSmallImageFile = " shotcut-logo-64.bmp"
45
45
WizardImageStretch = yes
46
46
ShowLanguageDialog = no
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ VS_VERSION_INFO VERSIONINFO
22
22
VALUE "CompanyName", "Meltytech, LLC\0"
23
23
VALUE "FileDescription", "Shotcut video editor\0"
24
24
VALUE "FileVersion", "${SHOTCUT_VERSION}\0"
25
- VALUE "LegalCopyright", "Copyright (C) 2011-2024 Meltytech, LLC. All rights reserved.\0"
25
+ VALUE "LegalCopyright", "Copyright (C) 2011-2025 Meltytech, LLC. All rights reserved.\0"
26
26
VALUE "OriginalFilename", "shotcut.exe\0"
27
27
VALUE "ProductName", "Shotcut\0"
28
28
VALUE "ProductVersion", "${SHOTCUT_VERSION}\0"
You can’t perform that action at this time.
0 commit comments