X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=913dc5a0031bf8f9fbf546a45067c1e31d1be438;hp=868fa485d5197cdc2aea8002b0e34be6a49f6582;hb=e1c12d5c14b4a716ea999204cedb13e98466ff15;hpb=3d068765c6b6c8d096e0692f22e5b5e407948b54 diff --git a/configure.ac b/configure.ac index 868fa48..913dc5a 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.3rc2]) +AC_INIT([rrdtool],[1.3rc3]) 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.299908051600 +NUMVERS=1.299908051601 AC_SUBST(NUMVERS) dnl for the linker to understand which version the library is compatible with @@ -28,7 +28,7 @@ dnl removed to a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=3:0:1 +LIBVERS=3:1:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET