aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-01 23:47:49 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2008-12-01 23:47:49 +0000
commita001ed0c033faf7dcce706408d0a00298215cde0 (patch)
treea0fe6e96edbdf46265956d41c20493d6af283cae /configure.ac
parent9f1752889c7085da56a46a4f3e1947baf1a3d6ae (diff)
downloadprotobuf-a001ed0c033faf7dcce706408d0a00298215cde0.tar.gz
protobuf-a001ed0c033faf7dcce706408d0a00298215cde0.tar.bz2
protobuf-a001ed0c033faf7dcce706408d0a00298215cde0.zip
* Update version compatibility stuff -- 2.0.3 is in no way compatible with
2.0.2. * Minor Tru64 fix.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d56144c2..e73ea10f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_PREREQ(2.59)
# * java/pom.xml
# * 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_CONFIG_SRCDIR(src/google/protobuf/message.cc)