aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-10-20 17:06:06 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2014-10-20 17:06:06 -0700
commitbba83652e1be610bdb7ee1566ad18346d98b843c (patch)
treeb68ff8bd7291c0760047eb5e7c6cfad5633a34a3 /configure.ac
parent20e0a61ff6237709b285daec4337fd241e578dd2 (diff)
downloadprotobuf-bba83652e1be610bdb7ee1566ad18346d98b843c.tar.gz
protobuf-bba83652e1be610bdb7ee1566ad18346d98b843c.tar.bz2
protobuf-bba83652e1be610bdb7ee1566ad18346d98b843c.zip
Update version number to 2.6.1.v2.6.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 ba408af3..c07067cf 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],[2.6.1rc1],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.6.1],[protobuf@googlegroups.com],[protobuf])
AM_MAINTAINER_MODE([enable])