From 0c9bf66ef9ed4408faabfdf041462ab479a4c70e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 13 Apr 2009 16:00:11 -0700 Subject: [PATCH] bump version number --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6e897c5..cc8b2f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [019], [greg@kroah.com]) +AC_INIT([bti], [020], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 019) +AM_INIT_AUTOMAKE(bti, 020) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) AC_PROG_CC -- 2.39.5