1 /* versioninfo.rc.in - for libgcrypt
2 * Copyright (C) 2005, 2006 g10 Code GmbH
4 * This file is free software; as a special exception the author gives
5 * unlimited permission to copy and/or distribute it, with or without
6 * modifications, as long as this notice is preserved.
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 /* This file is processed by configure to create versioninfo.rc */
15 #line __LINE__ "versioninfo.rc.in"
20 VS_VERSION_INFO VERSIONINFO
21 FILEVERSION @BUILD_FILEVERSION@
22 PRODUCTVERSION @BUILD_FILEVERSION@
33 BLOCK "StringFileInfo"
37 VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License (LGPLv2.1+).\0"
38 VALUE "CompanyName", "g10 Code GmbH\0"
39 VALUE "FileDescription", "Libgcrypt - The GNU Crypto Library\0"
40 VALUE "FileVersion", "@LIBGCRYPT_LT_CURRENT@.@LIBGCRYPT_LT_AGE@.@LIBGCRYPT_LT_REVISION@.@BUILD_REVISION@\0"
41 VALUE "InternalName", "libgcrypt\0"
42 VALUE "LegalCopyright", "Copyright © 2012 Free Software Foundation, Inc.\0"
43 VALUE "LegalTrademarks", "\0"
44 VALUE "OriginalFilename", "libgcrypt.dll\0"
45 VALUE "PrivateBuild", "\0"
46 VALUE "ProductName", "libgcrypt\0"
47 VALUE "ProductVersion", "@VERSION@\0"
48 VALUE "SpecialBuild", "@BUILD_TIMESTAMP@\0"