Commit f2a4ec55 authored by abodenha@chromium.org's avatar abodenha@chromium.org

Bump version number in google cloud printer.

Localization has been added. Bump version in prep for a new build.

BUG=106636
TEST=Version should be 0.1.0.4


Review URL: http://codereview.chromium.org/10291009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134852 0039d316-1c4b-4281-b951-d872f2087c98
parent 45e159bf
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#endif // APSTUDIO_INVOKED #endif // APSTUDIO_INVOKED
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 0,1,0,3 FILEVERSION 0,1,0,4
PRODUCTVERSION 0,1,0,3 PRODUCTVERSION 0,1,0,4
FILEFLAGSMASK 0x17L FILEFLAGSMASK 0x17L
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
...@@ -25,10 +25,10 @@ BEGIN ...@@ -25,10 +25,10 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "Google, Inc." VALUE "CompanyName", "Google, Inc."
VALUE "FileDescription", "Google Cloud Printer" VALUE "FileDescription", "Google Cloud Printer"
VALUE "FileVersion", "0.1.0.3" VALUE "FileVersion", "0.1.0.4"
VALUE "InternalName", "Google Cloud Printer" VALUE "InternalName", "Google Cloud Printer"
VALUE "ProductName", "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." VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights reserved."
END END
END END
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment