Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: remoting/version.rc.version

Issue 11058004: [Chromoting] Update remoting version numbering pattern (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor = chromoting-patch version Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 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 #include <verrsrc.h> 5 #include <verrsrc.h>
6 6
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Version 9 // Version
10 // 10 //
(...skipping 12 matching lines...) Expand all
23 #define FILE_DESCRIPTION "@HOST_ME2ME_DESCRIPTION@" 23 #define FILE_DESCRIPTION "@HOST_ME2ME_DESCRIPTION@"
24 #elif (BINARY == BINARY_DAEMON) 24 #elif (BINARY == BINARY_DAEMON)
25 #define FILE_DESCRIPTION "@DAEMON_DESCRIPTION@" 25 #define FILE_DESCRIPTION "@DAEMON_DESCRIPTION@"
26 #elif (BINARY == BINARY_CONTROLLER) 26 #elif (BINARY == BINARY_CONTROLLER)
27 #define FILE_DESCRIPTION "@CONTROLLER_DESCRIPTION@" 27 #define FILE_DESCRIPTION "@CONTROLLER_DESCRIPTION@"
28 #elif (BINARY == BINARY_DESKTOP) 28 #elif (BINARY == BINARY_DESKTOP)
29 #define FILE_DESCRIPTION "@DESKTOP_DESCRIPTION@" 29 #define FILE_DESCRIPTION "@DESKTOP_DESCRIPTION@"
30 #endif 30 #endif
31 31
32 VS_VERSION_INFO VERSIONINFO 32 VS_VERSION_INFO VERSIONINFO
33 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ 33 FILEVERSION @MAJOR@,@REMOTING_PATCH@,@BUILD@,@PATCH@
34 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ 34 PRODUCTVERSION @MAJOR@,@REMOTING_PATCH@,@BUILD@,@PATCH@
35 FILEFLAGSMASK 0x17L 35 FILEFLAGSMASK 0x17L
36 #ifdef _DEBUG 36 #ifdef _DEBUG
37 FILEFLAGS 0x1L 37 FILEFLAGS 0x1L
38 #else 38 #else
39 FILEFLAGS 0x0L 39 FILEFLAGS 0x0L
40 #endif 40 #endif
41 FILEOS 0x4L 41 FILEOS 0x4L
42 FILETYPE @FILE_TYPE@ 42 FILETYPE @FILE_TYPE@
43 FILESUBTYPE 0x0L 43 FILESUBTYPE 0x0L
44 BEGIN 44 BEGIN
45 BLOCK "StringFileInfo" 45 BLOCK "StringFileInfo"
46 BEGIN 46 BEGIN
47 BLOCK "040904b0" 47 BLOCK "040904b0"
48 BEGIN 48 BEGIN
49 VALUE "CompanyName", "@COMPANY_FULLNAME@" 49 VALUE "CompanyName", "@COMPANY_FULLNAME@"
50 VALUE "FileDescription", FILE_DESCRIPTION 50 VALUE "FileDescription", FILE_DESCRIPTION
51 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 51 VALUE "FileVersion", "@MAJOR@.@REMOTING_PATCH@.@BUILD@.@PATCH@"
52 VALUE "InternalName", "@INTERNAL_NAME@" 52 VALUE "InternalName", "@INTERNAL_NAME@"
53 VALUE "LegalCopyright", "@COPYRIGHT@" 53 VALUE "LegalCopyright", "@COPYRIGHT@"
54 VALUE "OriginalFilename", "@ORIGINAL_FILENAME@" 54 VALUE "OriginalFilename", "@ORIGINAL_FILENAME@"
55 VALUE "ProductName", "@PRODUCT_FULLNAME@" 55 VALUE "ProductName", "@PRODUCT_FULLNAME@"
56 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 56 VALUE "ProductVersion", "@MAJOR@.@REMOTING_PATCH@.@BUILD@.@PATCH@"
57 VALUE "LastChange", "@LASTCHANGE@" 57 VALUE "LastChange", "@LASTCHANGE@"
58 VALUE "Official Build", "@OFFICIAL_BUILD@" 58 VALUE "Official Build", "@OFFICIAL_BUILD@"
59 #if (BINARY == BINARY_HOST_PLUGIN) 59 #if (BINARY == BINARY_HOST_PLUGIN)
60 VALUE "MIMEType", "@HOST_PLUGIN_MIME_TYPE@" 60 VALUE "MIMEType", "@HOST_PLUGIN_MIME_TYPE@"
61 #endif 61 #endif
62 END 62 END
63 END 63 END
64 BLOCK "VarFileInfo" 64 BLOCK "VarFileInfo"
65 BEGIN 65 BEGIN
66 VALUE "Translation", 0x409, 1200 66 VALUE "Translation", 0x409, 1200
67 END 67 END
68 END 68 END
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698