aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-13 22:41:37 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-13 22:41:37 +0000
commit8169c7fcde43861e4f55f5491f2b0c9ec367147b (patch)
tree7ec07d9832e7e6adf611312e23e0e80da5e1323b /configure.ac
parent201b9be95d86f79ec8beb46a556975292af880e0 (diff)
downloadprotobuf-8169c7fcde43861e4f55f5491f2b0c9ec367147b.tar.gz
protobuf-8169c7fcde43861e4f55f5491f2b0c9ec367147b.tar.bz2
protobuf-8169c7fcde43861e4f55f5491f2b0c9ec367147b.zip
Set version number to 2.2.1 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 5049d9e9..754a190f 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.2.0-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.2.1-pre],[protobuf@googlegroups.com],[protobuf])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)