Update Copyright on win32 manifests
(cherry picked from commit 46d719ed42
)
This commit is contained in:
parent
9367b7f309
commit
0fdd1df208
|
@ -25,7 +25,7 @@ BEGIN
|
|||
VALUE "FileVersion", KICAD_WIN32_RC_FILEVER_STR
|
||||
//original filename without extension
|
||||
VALUE "InternalName", RC_VER_INTERNALNAME
|
||||
VALUE "LegalCopyright", "Copyright (C) 2021 KiCad Developers"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2022 KiCad Developers"
|
||||
// the exe name
|
||||
VALUE "OriginalFilename", RC_VER_ORIGINALFILENAME
|
||||
// name of distributed package
|
||||
|
|
|
@ -57,7 +57,7 @@ BEGIN
|
|||
VALUE "FileVersion", KICAD_WIN32_RC_FILEVER_STR
|
||||
//original filename without extension
|
||||
VALUE "InternalName", RC_VER_INTERNALNAME
|
||||
VALUE "LegalCopyright", "Copyright (C) 2021 KiCad Developers"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2022 KiCad Developers"
|
||||
// the exe name
|
||||
VALUE "OriginalFilename", RC_VER_ORIGINALFILENAME
|
||||
// name of distributed package
|
||||
|
|
Loading…
Reference in New Issue