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
This commit is contained in:
o3d
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user