aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/setup.py
diff options
context:
space:
mode:
authorGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-02-02 16:45:06 +0000
committerGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-02-02 16:45:06 +0000
commit01cba4b16e193fa9e04c7272835701a6ff6e1508 (patch)
treec7d30e154d1a27327e69885a7b99a5a4f9f6a0aa /python/setup.py
parent7a261479976f12fefdab9bb1d51de85a65111fc2 (diff)
Update mainline version to 2.4.1-pre.
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 53e8b4a5..77cfdd31 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -120,7 +120,7 @@ if __name__ == '__main__':
library_dirs = [ "../src/.libs" ]))
setup(name = 'protobuf',
- version = '2.4.0-pre',
+ version = '2.4.1-pre',
packages = [ 'google' ],
namespace_packages = [ 'google' ],
test_suite = 'setup.MakeTestSuite',