X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=b90e189a3e049ed229a4278efeadfe60f77931f1;hb=13282ca45604d2cb79144e7eb9eb4245032ccf5f;hp=f438a87e6b0d36c137f810c440671883d135999b;hpb=b4fd5d71cb3e4bdb9e12cc22f3d1373123c7e050;p=rrdtool.git diff --git a/configure.ac b/configure.ac index f438a87..b90e189 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.3.999]) +AC_INIT([rrdtool],[1.4.2]) 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.3999 +NUMVERS=1.4002 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:0:1 +LIBVERS=5:2:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET