# the following files are not mentioned in any other Makefile
EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
- rrdtool.spec favicon.ico win32/Makefile win32/config.h autogen.sh \
- win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj libtool \
- win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \
- win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile \
- etc/rrdcached-default etc/rrdcached-init
-
-
+ rrdtool.spec favicon.ico autogen.sh \
+ libtool \
+ netware/Makefile \
+ etc/rrdcached-default etc/rrdcached-init \
+ win32/Makefile win32/config.h win32/rrdlib.vcproj win32/rrdtool.vcproj win32/rrdupdate.vcproj \
+ win32/README win32/rrd.sln win32/rrdtool.sln win32/rrdupdate.sln
+
CLEANFILES = config.cache
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
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