resolve cyclic dependency with zstd
[platform/upstream/cmake.git] / Source / CMakeVersion.rc.in
1 /* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2    file Copyright.txt or https://cmake.org/licensing for details.  */
3
4 1               VERSIONINFO
5 FILEVERSION     @CMake_RCVERSION@
6 PRODUCTVERSION  @CMake_RCVERSION@
7 BEGIN
8     BLOCK "StringFileInfo"
9     BEGIN
10         BLOCK "040904E4"
11         BEGIN
12             VALUE "FileVersion",      "@CMake_RCVERSION_STR@\0"
13             VALUE "ProductVersion",   "@CMake_RCVERSION_STR@\0"
14         END
15     END
16
17     BLOCK "VarFileInfo"
18     BEGIN
19         /* The following line should only be modified for localized versions.     */
20         /* It consists of any number of WORD,WORD pairs, with each pair           */
21         /* describing a language,codepage combination supported by the file.      */
22         /*                                                                        */
23         /* For example, a file might have values "0x409,1252" indicating that it  */
24         /* supports English language (0x409) in the Windows ANSI codepage (1252). */
25
26         VALUE "Translation", 0x409, 1252
27     END
28 END