aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-05 22:04:06 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-05 22:04:06 +0000
commitd41578239cf7f2a59f4ee5b7be67a4b711c663ec (patch)
tree0dce190a359bb69ac1853765e54d09975093d65a /configure.ac
parent2f3d8de76795d17b6f3309f7bca5ad5be1f9504d (diff)
downloadprotobuf-d41578239cf7f2a59f4ee5b7be67a4b711c663ec.tar.gz
protobuf-d41578239cf7f2a59f4ee5b7be67a4b711c663ec.tar.bz2
protobuf-d41578239cf7f2a59f4ee5b7be67a4b711c663ec.zip
Update trunk version to 2.0.4-SNAPSHOT.
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 7ea0c227..6015281b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_PREREQ(2.59)
# * python/setup.py
# * src/google/protobuf/stubs/common.h
# * src/Makefile.am (Update -version-info for LDFLAGS if needed)
-AC_INIT([protobuf],[2.0.3-SNAPSHOT],[protobuf@googlegroups.com])
+AC_INIT([protobuf],[2.0.4-SNAPSHOT],[protobuf@googlegroups.com])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
AC_CONFIG_HEADERS([config.h])