X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fconfigure.ac;h=ce37e4fdbec60b003b4888da4c4da45b6062710f;hb=20cb1d6acd05acde04df3afc3fdb25260de3e8ce;hp=5a54d33d91298ffe1d68949b258143f294741d1c;hpb=434331266806d7aaed4b63b81cc47b835fdef5bf;p=rrdtool-all.git diff --git a/program/configure.ac b/program/configure.ac index 5a54d33d..ce37e4fd 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -9,14 +9,14 @@ dnl tell automake the this script is for rrdtool dnl the official version number is dnl a.b.c -AC_INIT([rrdtool],[1.3.7]) +AC_INIT([rrdtool],[1.3.8]) 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.3007 +NUMVERS=1.3008 AC_SUBST(NUMVERS) dnl for the linker to understand which versions the library are compatible with @@ -27,7 +27,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=4:6:0 +LIBVERS=4:7:0 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET