X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=cbbce923a001620991c8a57130dc7b29df57e066;hp=44ae02dc625ca0f75db8e92e808b9d9e9ae65be2;hb=3c268443bb768669f3bd095b9e95a9a5ab4c5ef2;hpb=a9f9c7a945caf1df7b8291755a5586313c018e41 diff --git a/configure.ac b/configure.ac index 44ae02d..cbbce92 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.3rc5]) +AC_INIT([rrdtool],[1.3rc6]) 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.299908052500 +NUMVERS=1.299908052600 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:3:1 +LIBVERS=3:4:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET