From: Tobias Oetiker Date: Sun, 1 May 2005 11:00:36 +0000 (+0000) Subject: increasse revision of shared library number since the library source code has changed X-Git-Tag: 1.2.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851ffc62629ddf5e730bcb0536afe09ffef06f65;p=thirdparty%2Frrdtool-1.x.git increasse revision of shared library number since the library source code has changed git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@464 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/Makefile.am b/src/Makefile.am index 4caf416f..29e69241 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,11 +97,11 @@ librrd_la_SOURCES = $(RRD_C_FILES) rrd_not_thread_safe.c # your package will not be binary compatible with any other release. # # see http://www.gnu.org/software/libtool/manual.html#SEC32 for explanation -librrd_la_LDFLAGS = -version-info 2:0:0 +librrd_la_LDFLAGS = -version-info 2:1:0 librrd_th_la_SOURCES = $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS) -librrd_th_la_LDFLAGS = $(MULTITHREAD_LDFLAGS) -version-info 1:0:0 +librrd_th_la_LDFLAGS = $(MULTITHREAD_LDFLAGS) -version-info 2:1:0 include_HEADERS = rrd.h