1 |
/* versioninfo.rc.in - for WinPT |
2 |
* Copyright (C) 2005 g10 Code GmbH |
3 |
* |
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. |
7 |
* |
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. |
11 |
*/ |
12 |
|
13 |
/* This file is processed by configure to create versioninfo.rc */ |
14 |
|
15 |
#line __LINE__ "versioninfo.rc.in" |
16 |
|
17 |
VS_VERSION_INFO VERSIONINFO |
18 |
FILEVERSION 1,5,0,0 |
19 |
PRODUCTVERSION 1,5,0,0 |
20 |
FILEFLAGSMASK 0x3fL |
21 |
#ifdef _DEBUG |
22 |
FILEFLAGS 0x1L |
23 |
#else |
24 |
FILEFLAGS 0x0L |
25 |
#endif |
26 |
FILEOS 0x40004L |
27 |
FILETYPE 0x1L |
28 |
FILESUBTYPE 0x0L |
29 |
BEGIN |
30 |
BLOCK "StringFileInfo" |
31 |
BEGIN |
32 |
BLOCK "040904b0" |
33 |
BEGIN |
34 |
VALUE "Comments", "This is Free Software under the terms of the GNU GPL v2\0" |
35 |
VALUE "CompanyName", "\0" |
36 |
VALUE "FileDescription", "Windows Privacy Tray (WinPT)\0" |
37 |
VALUE "FileVersion", "1.5.0\0" |
38 |
VALUE "InternalName", "WinPT\0" |
39 |
VALUE "LegalCopyright", " Copyright (C) 2012 Timo Schulz\0" |
40 |
VALUE "LegalTrademarks", "\0" |
41 |
VALUE "OriginalFilename", "WinPT.exe\0" |
42 |
VALUE "PrivateBuild", "\0" |
43 |
VALUE "ProductName", "Windows Privacy Tray\0" |
44 |
VALUE "ProductVersion", "1.5.0\0" |
45 |
VALUE "SpecialBuild", "2012-01-29T13:20+0100\0" |
46 |
END |
47 |
END |
48 |
BLOCK "VarFileInfo" |
49 |
BEGIN |
50 |
VALUE "Translation", 0x409, 1200 |
51 |
END |
52 |
END |