From: oetiker Date: Fri, 16 Dec 2011 07:48:48 +0000 (+0000) Subject: fix win32 distributables X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f6e7b10aadd58015bd12ebcc6ee46156532e47b;p=rrdtool.git fix win32 distributables git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2239 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/Makefile.am b/Makefile.am index 1961ef2..236c248 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,13 +9,13 @@ SUBDIRS = po src examples doc bindings # 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 diff --git a/configure.ac b/configure.ac index 2750366..be03643 100644 --- a/configure.ac +++ b/configure.ac @@ -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