aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-09-15 14:37:38 -0700
committerGitHub <noreply@github.com>2016-09-15 14:37:38 -0700
commit9c4be5f654d8e7635a00dc3d65688d3203c99bb1 (patch)
treedbf22050be56619ea3f25d7c61f41cdd497e8db6 /configure.ac
parentb4235ac79c0d3e932f2fb24d2dc8b81fbc0de45a (diff)
parent58860c021f0bdd0c79e612e7092c6c3d692488c0 (diff)
downloadprotobuf-9c4be5f654d8e7635a00dc3d65688d3203c99bb1.tar.gz
protobuf-9c4be5f654d8e7635a00dc3d65688d3203c99bb1.tar.bz2
protobuf-9c4be5f654d8e7635a00dc3d65688d3203c99bb1.zip
Merge pull request #2112 from pherl/merge
Merge 3.0.x into master
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41887997..757f55c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ(2.59)
# In the SVN trunk, the version should always be the next anticipated release
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
# the size of one file name in the dist tarfile over the 99-char limit.)
-AC_INIT([Protocol Buffers],[3.0.0],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.0.2],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])