aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-06 23:01:43 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-06 23:01:43 +0000
commit445f1023e1159212c65cb6c27c4f0a3121248a79 (patch)
treea43ec2f191dec87c5d8ea90ab2492c45faacafe8 /configure.ac
parent1a34c92e73b191d990d48f34de0968cc014ab252 (diff)
downloadprotobuf-445f1023e1159212c65cb6c27c4f0a3121248a79.tar.gz
protobuf-445f1023e1159212c65cb6c27c4f0a3121248a79.tar.bz2
protobuf-445f1023e1159212c65cb6c27c4f0a3121248a79.zip
Update version number to 2.2.0-pre.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b847f3da..d160633c 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.1.1-pre],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[2.2.0-pre],[protobuf@googlegroups.com],[protobuf])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
@@ -25,7 +25,7 @@ AS_IF([test "x${ac_cv_env_CFLAGS_set}" = "x"],
[CFLAGS=""])
AS_IF([test "x${ac_cv_env_CXXFLAGS_set}" = "x"],
[CXXFLAGS=""])
-
+
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
@@ -69,7 +69,7 @@ AC_SUBST(PROTOBUF_OPT_FLAG)
ACX_CHECK_SUNCC
-# Have to do libtool after SUNCC, other wise it "helpfully" adds Crun Cstd
+# Have to do libtool after SUNCC, other wise it "helpfully" adds Crun Cstd
# to the link
AC_PROG_LIBTOOL