Skip to content
Snippets Groups Projects
Commit 2d9226e6 authored by raila's avatar raila
Browse files

Set version to 2.0.2 in release branch.

parent 96b15c5a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ AC_PREREQ(2.59)
# * java/pom.xml
# * python/setup.py
# * src/google/protobuf/stubs/common.h
AC_INIT([protobuf],[2.0.2-SNAPSHOT],[protobuf@googlegroups.com])
AC_INIT([protobuf],[2.0.2],[protobuf@googlegroups.com])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
AC_CONFIG_HEADERS([config.h])
......
......@@ -11,7 +11,7 @@
</parent>-->
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<packaging>jar</packaging>
<name>Protocol Buffer Java API</name>
<description>
......
......@@ -102,7 +102,7 @@ if __name__ == '__main__':
generate_proto("../src/google/protobuf/descriptor.proto")
setup(name = 'protobuf',
version = '2.0.2-SNAPSHOT',
version = '2.0.2',
packages = [ 'google' ],
namespace_packages = [ 'google' ],
test_suite = 'setup.MakeTestSuite',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment