aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-04-05 17:26:46 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2017-04-05 17:32:17 -0700
commit80f0c0ac40398858480fcc121b6771f40e5b02bb (patch)
treeab802394ce5f646232ae523bf51d1dd9d055d920 /configure.ac
parentbd74319107523c427c886c9744e7a23242292a5e (diff)
downloadprotobuf-80f0c0ac40398858480fcc121b6771f40e5b02bb.tar.gz
protobuf-80f0c0ac40398858480fcc121b6771f40e5b02bb.tar.bz2
protobuf-80f0c0ac40398858480fcc121b6771f40e5b02bb.zip
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])