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

Unified Diff: cloud_print/virtual_driver/win/virtual_driver_common_resources.rc

Issue 10692093: Use Chrome version for cloud print binaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cloud_print/virtual_driver/win/virtual_driver.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
diff --git a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
index 67fc838d21e40d25fad109701077c8740d05e896..7f1e0a26818c725b179814bfcd057341bad33cf8 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
+++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
@@ -2,13 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "version.h"
+
#ifdef APSTUDIO_INVOKED
# error Don't open this in the GUI, it'll be massacred on save.
#endif // APSTUDIO_INVOKED
1 VERSIONINFO
- FILEVERSION 0,1,0,4
- PRODUCTVERSION 0,1,0,4
+ FILEVERSION CHROME_VERSION
+ PRODUCTVERSION CHROME_VERSION
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -25,10 +27,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Google, Inc."
VALUE "FileDescription", "Google Cloud Printer"
- VALUE "FileVersion", "0.1.0.4"
+ VALUE "FileVersion", CHROME_VERSION_STRING
VALUE "InternalName", "Google Cloud Printer"
VALUE "ProductName", "Google Cloud Printer"
- VALUE "ProductVersion", "0.1.0.4"
+ VALUE "ProductVersion", CHROME_VERSION_STRING
VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights reserved."
END
END
« no previous file with comments | « cloud_print/virtual_driver/win/virtual_driver.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698