aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-05-13 23:20:03 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-05-13 23:20:03 +0000
commit1fb3d394e5bb4ded7a76dc8d44a701733aad3553 (patch)
treec60aca1185c2c9ff68f5a505fef3994d44c3a473 /configure.ac
parent1d4df6caa4cbf39fec64e3d8f8acb8d2946e0813 (diff)
downloadprotobuf-1fb3d394e5bb4ded7a76dc8d44a701733aad3553.tar.gz
protobuf-1fb3d394e5bb4ded7a76dc8d44a701733aad3553.tar.bz2
protobuf-1fb3d394e5bb4ded7a76dc8d44a701733aad3553.zip
Update version number in trunk.
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 b10473e5..075d935c 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.0.4-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.1.1-pre],[protobuf@googlegroups.com],[protobuf])
# Detect whether the user specified their own compilation flags. If so then
# we want to respect their decision, otherwise we will twiddle them later.