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

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

Issue 10291009: Bump version number in google cloud printer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | 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 badd7a6d7d5d3c47a12a9262172b44ec017d655b..67fc838d21e40d25fad109701077c8740d05e896 100644
--- a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
+++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
@@ -7,8 +7,8 @@
#endif // APSTUDIO_INVOKED
1 VERSIONINFO
- FILEVERSION 0,1,0,3
- PRODUCTVERSION 0,1,0,3
+ FILEVERSION 0,1,0,4
+ PRODUCTVERSION 0,1,0,4
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -25,10 +25,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Google, Inc."
VALUE "FileDescription", "Google Cloud Printer"
- VALUE "FileVersion", "0.1.0.3"
+ VALUE "FileVersion", "0.1.0.4"
VALUE "InternalName", "Google Cloud Printer"
VALUE "ProductName", "Google Cloud Printer"
- VALUE "ProductVersion", "0.1.0.3"
+ VALUE "ProductVersion", "0.1.0.4"
VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights reserved."
END
END
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698