aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-28 15:01:24 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-03-02 19:31:31 -0800
commit40f2df3c16b4a54f673108cad92f0da0be6efc21 (patch)
tree514a53e6744d537ff8541db31597abfbf70b153c /configure.ac
parent1939efed2db35020b7830a4927f10feac47b6757 (diff)
downloadprotobuf-40f2df3c16b4a54f673108cad92f0da0be6efc21.tar.gz
protobuf-40f2df3c16b4a54f673108cad92f0da0be6efc21.tar.bz2
protobuf-40f2df3c16b4a54f673108cad92f0da0be6efc21.zip
Bump the version number to 3.0.0-alpha-3-pre
Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
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 b5eb9399..14351a8b 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-2],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.0.0-alpha-3-pre],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])