From 4410396f11bbce82ed806f93ab9befb8034619b1 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 19 Sep 2008 16:53:32 +0000 Subject: Work around absence of hash_map. Also, update version numbers to 2.0.2-SNAPSHOT. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3