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
commit589aa1f1eff0caa14d6f1326d3605d10f4f5259b (patch)
tree1f965a83c84fcf1988d7d8f442817ab1038fb4c9 /configure.ac
parent9b6925e21f3f64bb4a4f52af88bf643b1ff4ff3e (diff)
downloadprotobuf-589aa1f1eff0caa14d6f1326d3605d10f4f5259b.tar.gz
Work around absence of hash_map.
Also, update version numbers to 2.0.2-SNAPSHOT. git-svn-id: http://protobuf.googlecode.com/svn/trunk@46 630680e5-0e50-0410-840e-4b1c322b438d
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 f23b253..203a2ff 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)