diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 23:40:42 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 23:40:42 +0000 |
commit | a4fe3a78551184e580ea94cee4c25628b0bb2a23 (patch) | |
tree | bbafc2e87be7992f81a223630220bae8d6b60948 /o3d | |
parent | de34a9673b77aad851d8d4ea29f4f407b6cf44f7 (diff) | |
download | chromium_src-a4fe3a78551184e580ea94cee4c25628b0bb2a23.zip chromium_src-a4fe3a78551184e580ea94cee4c25628b0bb2a23.tar.gz chromium_src-a4fe3a78551184e580ea94cee4c25628b0bb2a23.tar.bz2 |
bump the version so samples will request
the lastest plugin. This is important otherwise
fullscreen and samples that use feature requirements
will not run on machines that have the old plugin
and no message about why will appear.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/samples/o3djs/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/o3djs/util.js b/o3d/samples/o3djs/util.js index e6eaae5..563c696 100644 --- a/o3d/samples/o3djs/util.js +++ b/o3d/samples/o3djs/util.js @@ -60,7 +60,7 @@ o3djs.util.PLUGIN_NAME = 'O3D Plugin'; * utility libraries. * @type {string} */ -o3djs.util.REQUIRED_VERSION = '0.1.35.0'; +o3djs.util.REQUIRED_VERSION = '0.1.38.0'; /** * A URL at which to download the client. |