From: oetiker Date: Mon, 20 Feb 2012 10:26:42 +0000 (+0000) Subject: maximum library version is 255 X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=commitdiff_plain;h=67dd478a2092a9eb4b7193d647cc18a6a5c02529 maximum library version is 255 git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2273 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index 7fe70bcd..2ff8975d 100644 --- a/program/configure.ac +++ b/program/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=6:999:2 +LIBVERS=6:255:2 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET