freebsd-5-update-20030213
[openafs.git] / src / config / NTVersioninfo.rc
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include <winver.h>
11
12 1 VERSIONINFO
13 BEGIN
14     BLOCK "StringFileInfo"
15     /* FileVersion must be specified or data won't appear on properties tab */
16     BEGIN
17         BLOCK "040904E4"
18         BEGIN
19             VALUE "CompanyName",        "OpenAFS Project", "\0"
20             VALUE "LegalCopyright",     "Copyright \251 IBM Corporation and others, 1998, 1999, 2000, 2001.", "\0"
21             VALUE "ProductName",        "OpenAFS for Windows", "\0"
22             VALUE "ProductVersion",     "1.1", "\0"
23             VALUE "FileVersion",        "1.1", "\0"
24             VALUE "FileDescription",    AFS_VERINFO_FILE_DESCRIPTION, "\0"
25             VALUE "Build",              AFS_VERINFO_BUILD, "\0"
26         END
27     END
28 END