X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=1388dc220589784f6d95e3192488a10d6dce803f;hp=c0a48c456d20c976eba79c541c79da6a6c71e772;hb=15a6a9daa43842107b430edeb535d0e8e3baadb0;hpb=14e4172649ba3fd67f5d82addf3813928ee3ba23 diff --git a/configure.ac b/configure.ac index c0a48c4..1388dc2 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.0]) +AC_INIT([rrdtool],[1.4.1]) 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.4000 +NUMVERS=1.4001 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:1:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET