bump libtool .so number in prep for release

This commit is contained in:
Josh Coalson
2006-10-10 03:44:54 +00:00
parent 9f85cb6359
commit 42228b33e2
8 changed files with 8 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ EXTRA_DIST = \
libFLAC.m4
# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
libFLAC_la_LDFLAGS = -version-info 7:0:0 -lm $(LOCAL_EXTRA_LDFLAGS)
libFLAC_la_LDFLAGS = -version-info 8:0:0 -lm $(LOCAL_EXTRA_LDFLAGS)
libFLAC_la_SOURCES = \
bitbuffer.c \
bitmath.c \