From: oetiker Date: Wed, 28 Oct 2009 05:15:04 +0000 (+0000) Subject: updated versions to account for rrd cached fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b310e8d67e0f12d6c2065c3dafaf3bf766ab303;p=rrdtool-all.git updated versions to account for rrd cached fix git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1962 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index c0a48c45..1388dc22 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.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 @@ -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:0:1 +LIBVERS=5:1:1 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET