|
1 | | -#define RC_VERSION 1, 0, 0, 0 |
| 1 | +#define RC_VERSION 1,0,0,0 |
2 | 2 |
|
3 | | -1 VERSIONINFO FILEVERSION RC_VERSION PRODUCTVERSION RC_VERSION BEGIN BLOCK |
4 | | - "VarFileInfo" BEGIN |
5 | | - // English language (0x409) and the Windows Unicode codepage (1200) |
6 | | - VALUE "Translation", |
7 | | - 0x409, |
8 | | - 1200 END BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE |
9 | | - "FileDescription", |
10 | | - "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0" VALUE |
11 | | - "ProductVersion", |
12 | | - "@CPACK_PACKAGE_VERSION@\0" VALUE "FileVersion", |
13 | | - "@CPACK_PACKAGE_VERSION@\0" VALUE "InternalName", |
14 | | - "@PROJECT_LIB_NAME@\0" VALUE "ProductName", |
15 | | - "@PROJECT_LIB_NAME@\0" VALUE "CompanyName", |
16 | | - "Geode-solutions SAS\0" VALUE "LegalCopyright", |
17 | | - "Copyright 2019 - 2026 Geode-solutions SAS. All rights reserved.\0" VALUE |
18 | | - "Commentaires", |
19 | | - "https://geode-solutions.com\0" END END END |
| 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 - 2025 Geode-solutions SAS. All rights reserved.\0" |
| 23 | + VALUE "Commentaires", "https://geode-solutions.com\0" |
| 24 | + END |
| 25 | + END |
| 26 | +END |
0 commit comments