aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
commitffe9215140cc65c7622d64b23cb92a9d39744060 (patch)
tree366ab28d2919adf11d2e9add239b20ec6009e475 /configure.ac
parentb7bbe54321d3c2176f8f4eba3c18a363dff753d3 (diff)
downloadprotobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.tar.gz
protobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.tar.bz2
protobuf-ffe9215140cc65c7622d64b23cb92a9d39744060.zip
Update version number.
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-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 ef5342ce..0e587893 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,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-alpha-4-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.0.0-beta-1],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])