diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-20 18:37:48 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-20 18:37:48 +0000 |
commit | 8448f1ae7fc731b8c02f66bb36bb4849096d61a6 (patch) | |
tree | d909dbdf0db060f3105fe1f29028dbc718e53553 /chrome/common/chrome_plugin_api.h | |
parent | 13a5ac6e21ef46f75c791e791a2fa6d392a574bd (diff) | |
download | chromium_src-8448f1ae7fc731b8c02f66bb36bb4849096d61a6.zip chromium_src-8448f1ae7fc731b8c02f66bb36bb4849096d61a6.tar.gz chromium_src-8448f1ae7fc731b8c02f66bb36bb4849096d61a6.tar.bz2 |
Chrome changes to allow non-ASCII characters in shortcut filenames.
BUG=1331408
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_plugin_api.h')
-rw-r--r-- | chrome/common/chrome_plugin_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_plugin_api.h b/chrome/common/chrome_plugin_api.h index af21699..00c4da8 100644 --- a/chrome/common/chrome_plugin_api.h +++ b/chrome/common/chrome_plugin_api.h @@ -55,7 +55,7 @@ extern "C" { // The current version of the API, used by the 'version' field of CPPluginFuncs // and CPBrowserFuncs. #define CP_MAJOR_VERSION 0 -#define CP_MINOR_VERSION 5 +#define CP_MINOR_VERSION 6 #define CP_VERSION ((CP_MAJOR_VERSION << 8) | (CP_MINOR_VERSION)) #define CP_GET_MAJOR_VERSION(version) ((version & 0xff00) >> 8) |