diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/installer/win/o3d_version.py | 2 | ||||
-rw-r--r-- | o3d/samples/o3djs/util.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/o3d/installer/win/o3d_version.py b/o3d/installer/win/o3d_version.py index b253bb4..e10dbea 100644 --- a/o3d/installer/win/o3d_version.py +++ b/o3d/installer/win/o3d_version.py @@ -2,5 +2,5 @@ # Copyright 2008-9 Google Inc. All Rights Reserved. # version = (major, minor, trunk, patch) -plugin_version = (0, 1, 41, 0) +plugin_version = (0, 1, 42, 0) sdk_version = plugin_version diff --git a/o3d/samples/o3djs/util.js b/o3d/samples/o3djs/util.js index 7a956d4..7dbaa9b 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.40.0'; +o3djs.util.REQUIRED_VERSION = '0.1.42.0'; /** * The width an O3D must be to put a failure message inside |