aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-12-09 08:59:21 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-12-09 08:59:21 +0000
commit6f2c3b87348b0d8e8ce17061789886a314a092de (patch)
tree290b9669a237c066edf7254a8d44c44b090ad8f9 /configure.ac
parent9b7f6c544ae9546e7ae0c438e36900754edb108d (diff)
downloadprotobuf-6f2c3b87348b0d8e8ce17061789886a314a092de.tar.gz
protobuf-6f2c3b87348b0d8e8ce17061789886a314a092de.tar.bz2
protobuf-6f2c3b87348b0d8e8ce17061789886a314a092de.zip
Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field.
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 3d8c2112..000ce081 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.3.1-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.4.0-pre],[protobuf@googlegroups.com],[protobuf])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)