X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=b90e189a3e049ed229a4278efeadfe60f77931f1;hp=1388dc220589784f6d95e3192488a10d6dce803f;hb=2a9b0ff9cf29cf82b7b12ea80889c59273d66008;hpb=4be0f003298ec0cb9a251abfeb67d8f439b6d1f3 diff --git a/configure.ac b/configure.ac index 1388dc2..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.4.1]) +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.4001 +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:1:1 +LIBVERS=5:2:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET