aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-12-28 13:12:18 -0800
committerBo Yang <teboring@google.com>2016-12-28 13:12:18 -0800
commitf5cc1a54c5b663e8f88e18419471363d68453b9f (patch)
treeb90e8699de387984dde661152fdfa134f8498c1d /configure.ac
parente230283f75da104b78a9c34be719adaac80d9428 (diff)
downloadprotobuf-f5cc1a54c5b663e8f88e18419471363d68453b9f.tar.gz
protobuf-f5cc1a54c5b663e8f88e18419471363d68453b9f.tar.bz2
protobuf-f5cc1a54c5b663e8f88e18419471363d68453b9f.zip
Bump version number to 3.2.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 d1e913c6..a8c2c3d1 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.1.0],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.2.0],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])