From 754589f25ea4353d68949868db90a08bdeeca45b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 14 Apr 2009 14:01:06 -0700 Subject: [PATCH] bump version to 021 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cc8b2f5..944981e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [020], [greg@kroah.com]) +AC_INIT([bti], [021], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 020) +AM_INIT_AUTOMAKE(bti, 021) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) AC_PROG_CC -- 2.39.5