X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fconfigure.ac;h=496841f07eef3aa1aaa0fcb29474e675490f1492;hb=6b5edae3b3fe83fce4a50a2057d5ee2e47720651;hp=1186e4ea8432023285f703d48a4d38f85db89a4d;hpb=84faca81b83109b75f8e0ac0aded106034f9cac3;p=rrdtool-all.git diff --git a/program/configure.ac b/program/configure.ac index 1186e4ea..496841f0 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.6]) +AC_INIT([rrdtool],[1.3.7]) 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.3006 +NUMVERS=1.3007 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:5:0 +LIBVERS=4:6:0 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET