Code

fix win32 distributables
[rrdtool-all.git] / program / configure.ac
index 275036617eec22bd630f3226c62c309372cc6658..be0364301624fc1bd4b0248873571d3fc8df1fbe 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.5])
+AC_INIT([rrdtool],[1.4.6])
 
 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.4004
+NUMVERS=1.4006
 AC_SUBST(NUMVERS)
 
 dnl for the linker to understand which versions the library are compatible with
@@ -31,7 +31,7 @@ dnl - if any functionality was removed do c++,r=0,a=0.
 dnl
 dnl see http://sourceware.org/autobook/autobook/autobook_91.html
 dnl 
-LIBVERS=5:4:1
+LIBVERS=5:4:2
 AC_SUBST(LIBVERS)
 
 AC_CANONICAL_TARGET