diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 23:07:29 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-05 23:07:29 +0000 |
commit | e9fd14ddb1888ac8906f04148f727467901c763b (patch) | |
tree | 9a19959cf98cc68ab7f87f6f121b98206c3c76f5 /o3d/installer | |
parent | 105513ed46986be8c3089497bc6b960f4648044f (diff) | |
download | chromium_src-e9fd14ddb1888ac8906f04148f727467901c763b.zip chromium_src-e9fd14ddb1888ac8906f04148f727467901c763b.tar.gz chromium_src-e9fd14ddb1888ac8906f04148f727467901c763b.tar.bz2 |
Version number bump for release
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer')
-rw-r--r-- | o3d/installer/win/o3d_version.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/o3d/installer/win/o3d_version.py b/o3d/installer/win/o3d_version.py index 239fa0c..df2e19c 100644 --- a/o3d/installer/win/o3d_version.py +++ b/o3d/installer/win/o3d_version.py @@ -1,6 +1,5 @@ #!/usr/bin/python2.4 -# Copyright 2008 Google Inc. All Rights Reserved. +# Copyright 2008-9 Google Inc. All Rights Reserved. # version = (major, minor, trunk, patch) -plugin_version = (0, 1, 36, 0) -sdk_version = plugin_version +plugin_version = (0, 1, 37, 0) |