aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-20 21:29:02 +0000
committerBo Yang <teboring@google.com>2016-10-10 11:24:31 -0700
commit15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b (patch)
tree4a071e32af4b2ac5c43304b1402c30b12dc7369c /configure.ac
parentaf62fde5e88a2cc348dfacefd1db321e5481d22c (diff)
downloadprotobuf-15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b.tar.gz
protobuf-15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b.tar.bz2
protobuf-15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b.zip
Bump version number to 3.1.0-alpha-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 757f55c9..c21990b5 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.2],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.1.0-alpha-1],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])