Prepare for release.

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@176 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2009-03-06 02:10:10 +00:00
parent fd50e6ae89
commit fc428c1200
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_INIT(src/google/protobuf-c/protobuf-c.h)
PROTOBUF_C_VERSION=0.9beta1
PROTOBUF_C_VERSION=0.9
AM_INIT_AUTOMAKE(protobuf-c, $PROTOBUF_C_VERSION)
PACKAGE=protobuf-c

View File

@ -19,7 +19,7 @@ google/protobuf/compiler/c/main.cc \
google/protobuf/compiler/c/c_bytes_field.cc
protoc_c_LDADD = \
-lprotoc
-lprotoc -lprotobuf
libprotobuf_c_la_SOURCES = \
google/protobuf-c/protobuf-c-dispatch.c \