dnl the official version number is
dnl a.b.c
-AC_INIT([rrdtool],[1.4.0])
+AC_INIT([rrdtool],[1.4.1])
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.4000
+NUMVERS=1.4001
AC_SUBST(NUMVERS)
dnl for the linker to understand which versions the library are compatible with
dnl
dnl see http://sourceware.org/autobook/autobook/autobook_91.html
dnl
-LIBVERS=5:0:1
+LIBVERS=5:1:1
AC_SUBST(LIBVERS)
AC_CANONICAL_TARGET