aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-09-19 16:53:32 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-09-19 16:53:32 +0000
commit4410396f11bbce82ed806f93ab9befb8034619b1 (patch)
tree1f965a83c84fcf1988d7d8f442817ab1038fb4c9 /configure.ac
parent4014b9f83f612cd6ca4348b0d2ca9974d44e671d (diff)
downloadprotobuf-4410396f11bbce82ed806f93ab9befb8034619b1.tar.gz
protobuf-4410396f11bbce82ed806f93ab9befb8034619b1.tar.bz2
protobuf-4410396f11bbce82ed806f93ab9befb8034619b1.zip
Work around absence of hash_map.
Also, update version numbers to 2.0.2-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 f23b2532..203a2ff9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.59)
# * java/pom.xml
# * python/setup.py
# * src/google/protobuf/stubs/common.h
-AC_INIT(protobuf, 2.0.1, protobuf@googlegroups.com)
+AC_INIT(protobuf, 2.0.2-SNAPSHOT, protobuf@googlegroups.com)
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
AM_CONFIG_HEADER(config.h)