From 8a7a0909bfd947252a490f327ce1f81e8b6445f1 Mon Sep 17 00:00:00 2001 From: "gman@google.com" Date: Fri, 28 Aug 2009 19:57:14 +0000 Subject: Bump version to 0.1.42 This is partly so video can distinguish between 0.1.41 which they pushed internally and 0.1.42 which will be our next push. Review URL: http://codereview.chromium.org/179015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24782 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/installer/win/o3d_version.py | 2 +- 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 -- cgit v1.1