aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-05-08 16:02:08 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2017-05-08 16:02:08 -0700
commit58538ea91979faa4f8b9841238c53a2276dd3856 (patch)
treee501fe4ca92ddf885a71d3a68e7e0248cace9b9a /configure.ac
parentc2154e124dfe0dc80b563568e2be4c599120a718 (diff)
downloadprotobuf-58538ea91979faa4f8b9841238c53a2276dd3856.tar.gz
protobuf-58538ea91979faa4f8b9841238c53a2276dd3856.tar.bz2
protobuf-58538ea91979faa4f8b9841238c53a2276dd3856.zip
Update version number to 3.3.1
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 82b221e8..e06ebe5f 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.3.0],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.3.1],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])