aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-05-03 07:06:03 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-05-03 07:06:03 +0000
commit5c24564811c08772d090305be36fae82d8f12bbe (patch)
tree5f5fb7bed35033e7cfbeea82fd3e54844aa78441 /configure.ac
parent5d99632b2da0476d4b32f81f22f1383ad2a3801c (diff)
downloadprotobuf-5c24564811c08772d090305be36fae82d8f12bbe.tar.gz
protobuf-5c24564811c08772d090305be36fae82d8f12bbe.tar.bz2
protobuf-5c24564811c08772d090305be36fae82d8f12bbe.zip
Update mainline version to 2.4.2-pre.
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 08e4ea80..7b5f0dd6 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.4.1-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.4.2-pre],[protobuf@googlegroups.com],[protobuf])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)