aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-14 12:59:14 -0700
committerGitHub <noreply@github.com>2016-07-14 12:59:14 -0700
commit4e0d05138acfb9cfc82e23cb06227cf73d326f29 (patch)
tree845b3b33c4614e1fdbe9a933e34a7f12eddf4932 /configure.ac
parent8b659b226a450b1d5d47245b0ade01a55bf22f5e (diff)
parentc2ebdec35598deed99d17fc1320a2e213c7d021e (diff)
downloadprotobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.gz
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.bz2
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.zip
Merge pull request #1781 from xfxyjwf/update_version
Update version number to 3.0.0-beta-4
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 d858e177..7ae4a88b 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-beta-3],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.0.0-beta-4],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])