Code

prepare for the release of rrdtool-1.4.7
[rrdtool.git] / configure.ac
index 6d2819064640d421d1d196cf6c1a410436ebeb04..b686bc0b23eedf307eb1b6f2728fbcbeadff5577 100644 (file)
@@ -13,14 +13,14 @@ AC_PREREQ(2.59)
 
 dnl the official version number is
 dnl a.b.c
-AC_INIT([rrdtool],[1.4.6])
+AC_INIT([rrdtool],[1.4.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.4006
+NUMVERS=1.4007
 AC_SUBST(NUMVERS)
 
 dnl for the linker to understand which versions the library are compatible with