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

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

Issue 8770019: Cleanup for the virtual driver setup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup Created 9 years 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/install/virtual_driver_install.gyp ('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 d90c230ec00f1ed2c5d39ca45ebc45b16372367c..1c0382528a0c413569a560a768ae020516ecddd1 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
+++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
@@ -25,10 +25,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Google Inc."
VALUE "FileDescription", "GCP Virtual Driver"
- VALUE "FileVersion", "0, 1, 0, 1"
+ VALUE "FileVersion", "0.1.0.1"
VALUE "InternalName", "GCP Virtual Driver"
VALUE "ProductName", "GCP Virtual Driver"
- VALUE "ProductVersion", "0, 1, 0, 1"
+ VALUE "ProductVersion", "0.1.0.1"
VALUE "LegalCopyright", "Copyright (c) 2011 The Chromium Authors. All rights reserved."
END
END
« no previous file with comments | « cloud_print/virtual_driver/win/install/virtual_driver_install.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698