From: Tobias Oetiker Date: Mon, 23 Jan 2012 13:56:25 +0000 (+0000) Subject: fix shared library version number X-Git-Tag: 1.4.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3520ca96fb082fc5d2265defe31be659a91d6dae;p=thirdparty%2Frrdtool-1.x.git fix shared library version number git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2263 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index fbc99ae7..96853efb 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ dnl - if any functionality was removed do c++,r=0,a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=5:4:2 +LIBVERS=6:0:2 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET