aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-04-06 11:46:51 -0700
committerGitHub <noreply@github.com>2017-04-06 11:46:51 -0700
commit18c13c93de135e7f1bcde10a29dda116950f49d5 (patch)
treec4845de369d35e89ade129f764228524e92c8eb5 /configure.ac
parentbd74319107523c427c886c9744e7a23242292a5e (diff)
parent21b0b3ca36dbe0954adce38626e4d36c21135982 (diff)
downloadprotobuf-18c13c93de135e7f1bcde10a29dda116950f49d5.tar.gz
protobuf-18c13c93de135e7f1bcde10a29dda116950f49d5.tar.bz2
protobuf-18c13c93de135e7f1bcde10a29dda116950f49d5.zip
Merge pull request #2942 from xfxyjwf/3.3.x
Update version number and changelog for 3.3.0
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 531e25fb..82b221e8 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.2.0],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.3.0],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])