aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-09-06 10:30:22 -0700
committerGitHub <noreply@github.com>2016-09-06 10:30:22 -0700
commit65a595dea86110c1b851136bc51899cb15820f65 (patch)
tree714becfb3f363269654054e9a3c4ef13043a9051 /configure.ac
parent01d175047719ca9d601416e8b9510cd35380e68b (diff)
parent6e11540b329c363b614afe9dbfd92d6d1f8ba674 (diff)
downloadprotobuf-65a595dea86110c1b851136bc51899cb15820f65.tar.gz
protobuf-65a595dea86110c1b851136bc51899cb15820f65.tar.bz2
protobuf-65a595dea86110c1b851136bc51899cb15820f65.zip
Merge pull request #2062 from pherl/3.0.2
Bump version number to 3.0.2
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])