diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-21 19:54:26 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-21 19:54:26 +0000 |
commit | f7e69b50e1af50ff848ce896db8d4e51c037d279 (patch) | |
tree | d58ce5173b9b7c74f53f8005efc682d2d1ef4b01 /o3d/installer | |
parent | 4760a45d0a3ec9fb83aa3e57c88f2766ea22983f (diff) | |
download | chromium_src-f7e69b50e1af50ff848ce896db8d4e51c037d279.zip chromium_src-f7e69b50e1af50ff848ce896db8d4e51c037d279.tar.gz chromium_src-f7e69b50e1af50ff848ce896db8d4e51c037d279.tar.bz2 |
Version number bump for release
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer')
-rw-r--r-- | o3d/installer/win/o3d_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/installer/win/o3d_version.py b/o3d/installer/win/o3d_version.py index e10dbea..5dff1ad 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, 42, 0) +plugin_version = (0, 1, 43, 0) sdk_version = plugin_version |