X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=31b90d3b7602d9a7de28452b18fb59ed26106d29;hb=ef91ffb6b1a63fdc5e9be332b5b3840416c595ad;hp=d18fe9ecbb6d9d6e1094602a2076a3b13eac49ac;hpb=9cbcae470961afe647b8c9052a5fcb544dc78670;p=rrdtool.git diff --git a/configure.ac b/configure.ac index d18fe9e..31b90d3 100644 --- a/configure.ac +++ b/configure.ac @@ -13,14 +13,14 @@ AC_PREREQ(2.59) dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.4.2]) +AC_INIT([rrdtool],[1.4.3]) dnl for testing a numberical version number comes handy dnl the released version are dnl a.bccc dnl the devel versions will be something like dnl a.b999yymmddhh -NUMVERS=1.4002 +NUMVERS=1.4003 AC_SUBST(NUMVERS) dnl for the linker to understand which versions the library are compatible with @@ -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:2:1 +LIBVERS=5:3:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET