aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-10-16 22:56:18 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-10-16 22:56:18 +0000
commit7b29a2695c9c4ade593717e9c6f47a050e063124 (patch)
treef4de54f846aab36c636b98f4ffe6bfcb4c1128ac /configure.ac
parent16b31d2a94ae3b092865cf8ef3a7b83b1bd4fb50 (diff)
downloadprotobuf-7b29a2695c9c4ade593717e9c6f47a050e063124.tar.gz
protobuf-7b29a2695c9c4ade593717e9c6f47a050e063124.tar.bz2
protobuf-7b29a2695c9c4ade593717e9c6f47a050e063124.zip
Update version number to 2.0.3-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 4543e47d..d56144c2 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.2-SNAPSHOT],[protobuf@googlegroups.com])
+AC_INIT([protobuf],[2.0.3-SNAPSHOT],[protobuf@googlegroups.com])
AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
AC_CONFIG_HEADERS([config.h])