From: Frank Mori Hess Date: Mon, 29 Oct 2007 00:59:29 +0000 (+0000) Subject: Bumped version for 0.8.1 release. X-Git-Tag: r0_8_1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fde862bdbdd57181b69317f29c41ec38d1718b70;p=comedilib.git Bumped version for 0.8.1 release. --- diff --git a/configure.ac b/configure.ac index 7a0cad5..1acc52e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([comedilib], [0.8.0]) +AC_INIT([comedilib], [0.8.1]) AC_CANONICAL_TARGET([]) AC_CONFIG_AUX_DIR([.]) @@ -22,7 +22,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror]) # age to 0. # # AS_LIBTOOL arguments are (prefix, current, revision, age) -AS_LIBTOOL(COMEDILIB, 8, 0, 8) +AS_LIBTOOL(COMEDILIB, 8, 1, 8) #libscxi c:r:a SCXI_SO_VERSION=8:0:8 AC_SUBST(SCXI_SO_VERSION)