diff options
Diffstat (limited to 'o3d/installer/win/o3d_version.py')
-rw-r--r-- | o3d/installer/win/o3d_version.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/o3d/installer/win/o3d_version.py b/o3d/installer/win/o3d_version.py new file mode 100644 index 0000000..ac48c54 --- /dev/null +++ b/o3d/installer/win/o3d_version.py @@ -0,0 +1,6 @@ +#!/usr/bin/python2.4 +# Copyright 2008 Google Inc. All Rights Reserved. + +# version = (major, minor, trunk, patch) +plugin_version = (0, 1, 35, 0) +sdk_version = plugin_version |