diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 23:22:27 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 23:22:27 +0000 |
commit | f38c9e8b32981c90d3d32e207990131c82ac7bc0 (patch) | |
tree | 6936c3ae1c305aee2a41855df0fb5dbe40629ae6 | |
parent | 4973efc5711e1ab70c68221eb47c7ef7151a623a (diff) | |
download | chromium_src-f38c9e8b32981c90d3d32e207990131c82ac7bc0.zip chromium_src-f38c9e8b32981c90d3d32e207990131c82ac7bc0.tar.gz chromium_src-f38c9e8b32981c90d3d32e207990131c82ac7bc0.tar.bz2 |
#!/usr/bin/python2.4
# Copyright 2008-9 Google Inc. All Rights Reserved.
# version = (major, minor, trunk, patch)
plugin_version = (0, 1, 37, 0)
sdk_version = plugin_version
Review URL: http://codereview.chromium.org/118342
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17799 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | o3d/installer/win/o3d_version.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/installer/win/o3d_version.py b/o3d/installer/win/o3d_version.py index df2e19c..4261b7a 100644 --- a/o3d/installer/win/o3d_version.py +++ b/o3d/installer/win/o3d_version.py @@ -3,3 +3,4 @@ # version = (major, minor, trunk, patch) plugin_version = (0, 1, 37, 0) +sdk_version = plugin_version |