X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=77f48ca6b13986a3fd68e42170e1629f00e74e54;hb=9470c36a8d025ff8888f0b76264968ac0342aa9e;hp=0bbac1a074add18ca61a31e59bab27ede14121ec;hpb=b55bfd4ce65915eed82ada1c74e7cc5dcefa3405;p=rrdtool.git diff --git a/src/Makefile.am b/src/Makefile.am index 0bbac1a..77f48ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,7 +96,7 @@ 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:4:0 +librrd_la_LDFLAGS = -version-info 2:5:0 librrd_th_la_SOURCES = $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS)