OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifdef APSTUDIO_INVOKED | 5 #ifdef APSTUDIO_INVOKED |
6 # error Don't open this in the GUI, it'll be massacred on save. | 6 # error Don't open this in the GUI, it'll be massacred on save. |
7 #endif // APSTUDIO_INVOKED | 7 #endif // APSTUDIO_INVOKED |
8 | 8 |
9 1 VERSIONINFO | 9 1 VERSIONINFO |
10 FILEVERSION 0,1,0,1 | 10 FILEVERSION 0,1,0,2 |
11 PRODUCTVERSION 0,1,0,1 | 11 PRODUCTVERSION 0,1,0,2 |
12 FILEFLAGSMASK 0x17L | 12 FILEFLAGSMASK 0x17L |
13 #ifdef _DEBUG | 13 #ifdef _DEBUG |
14 FILEFLAGS 0x1L | 14 FILEFLAGS 0x1L |
15 #else | 15 #else |
16 FILEFLAGS 0x0L | 16 FILEFLAGS 0x0L |
17 #endif | 17 #endif |
18 FILEOS 0x4L | 18 FILEOS 0x4L |
19 FILETYPE 0x1L | 19 FILETYPE 0x1L |
20 FILESUBTYPE 0x0L | 20 FILESUBTYPE 0x0L |
21 BEGIN | 21 BEGIN |
22 BLOCK "StringFileInfo" | 22 BLOCK "StringFileInfo" |
23 BEGIN | 23 BEGIN |
24 BLOCK "040904b0" | 24 BLOCK "040904b0" |
25 BEGIN | 25 BEGIN |
26 VALUE "CompanyName", "Google Inc." | 26 VALUE "CompanyName", "Google, Inc." |
27 VALUE "FileDescription", "GCP Virtual Driver" | 27 VALUE "FileDescription", "GCP Printer" |
28 VALUE "FileVersion", "0.1.0.1" | 28 VALUE "FileVersion", "0.1.0.2" |
29 VALUE "InternalName", "GCP Virtual Driver" | 29 VALUE "InternalName", "GCP Printer" |
30 VALUE "ProductName", "GCP Virtual Driver" | 30 VALUE "ProductName", "GCP Printer" |
31 VALUE "ProductVersion", "0.1.0.1" | 31 VALUE "ProductVersion", "0.1.0.2" |
32 VALUE "LegalCopyright", "Copyright (c) 2011 The Chromium Authors. Al
l rights reserved." | 32 VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. Al
l rights reserved." |
33 END | 33 END |
34 END | 34 END |
35 BLOCK "VarFileInfo" | 35 BLOCK "VarFileInfo" |
36 BEGIN | 36 BEGIN |
37 VALUE "Translation", 0x409, 1200 | 37 VALUE "Translation", 0x409, 1200 |
38 END | 38 END |
39 END | 39 END |
OLD | NEW |