From 5c2311dd2be028553235023708a82a5900389233 Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 16 Dec 2011 07:48:48 +0000 Subject: [PATCH] fix win32 distributables git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4@2239 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/Makefile.am | 14 +++++++------- program/configure.ac | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/program/Makefile.am b/program/Makefile.am index 1961ef23..236c2485 100644 --- a/program/Makefile.am +++ b/program/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/program/configure.ac b/program/configure.ac index 27503661..be036430 100644 --- a/program/configure.ac +++ b/program/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 -- 2.30.2