X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=cd00c87726d5ad90175e39b629977e9bfe9fc3b3;hb=daf8e7ff715a59e1f9827080d1b785ffb3c5a4b1;hp=5a73316f234a0032dcb60281d5c9c793569967a9;hpb=a4c8bc0c3fe53c713819358f506aa5d24bae5754;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 5a73316..cd00c87 100644 --- a/configure.ac +++ b/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.3rc4]) +AC_INIT([rrdtool],[1.3rc7]) 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.299908051800 +NUMVERS=1.299908053100 AC_SUBST(NUMVERS) dnl for the linker to understand which version the library is compatible with @@ -28,7 +28,7 @@ dnl removed do a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=3:2:1 +LIBVERS=3:5:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET