X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=cd00c87726d5ad90175e39b629977e9bfe9fc3b3;hb=074aa84b2d837ae1af91661e82333ffee2f60a2d;hp=f6e3545f57e531391fb1fc2490bd425eb0f864bb;hpb=eb44444f03424eb0a1ce61320e1fd9fe88eb26e1;p=rrdtool.git diff --git a/configure.ac b/configure.ac index f6e3545..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.3rc3]) +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.299908051601 +NUMVERS=1.299908053100 AC_SUBST(NUMVERS) dnl for the linker to understand which version the library is compatible with @@ -24,11 +24,11 @@ dnl we must keep a separate library version cout of the format c:r:a if any dnl functionality is changed do c++ prior to release dnl if only implementation changed but all interfaces are kept, do r++ dnl when only functionality was added, do a++ if any functionality was -dnl removed to a=0. +dnl removed do a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=3:1:1 +LIBVERS=3:5:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET