Skip to content

Commit 3413e2f

Browse files
Apply pip upgrade
1 parent 958816b commit 3413e2f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

cmake/version.rc.in

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#define RC_VERSION 1,0,0,0
2+
3+
1 VERSIONINFO
4+
FILEVERSION RC_VERSION
5+
PRODUCTVERSION RC_VERSION
6+
BEGIN
7+
BLOCK "VarFileInfo"
8+
BEGIN
9+
// English language (0x409) and the Windows Unicode codepage (1200)
10+
VALUE "Translation", 0x409, 1200
11+
END
12+
BLOCK "StringFileInfo"
13+
BEGIN
14+
BLOCK "040904b0"
15+
BEGIN
16+
VALUE "FileDescription", "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0"
17+
VALUE "ProductVersion", "@CPACK_PACKAGE_VERSION@\0"
18+
VALUE "FileVersion", "@CPACK_PACKAGE_VERSION@\0"
19+
VALUE "InternalName", "@PROJECT_LIB_NAME@\0"
20+
VALUE "ProductName", "@PROJECT_LIB_NAME@\0"
21+
VALUE "CompanyName", "Geode-solutions SAS\0"
22+
VALUE "LegalCopyright", "Copyright 2019 - 2024 Geode-solutions SAS. All rights reserved.\0"
23+
VALUE "Commentaires", "https://geode-solutions.com\0"
24+
END
25+
END
26+
END

0 commit comments

Comments
 (0)