From 4200ac00a40c1fd786be345cb6dbb9a2ec01705e Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Sun, 25 Feb 2001 22:37:18 +0000 Subject: [PATCH] Updated version number --- alsamixer/alsamixer.c | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index 2072c72..64ed904 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -20,11 +20,11 @@ * * Wed Feb 14 13:08:17 CET 2001 Jaroslav Kysela * - * * ported to the latest mixer 0.6.x API (function based) + * * ported to the latest mixer 0.9.x API (function based) * * Fri Jun 23 14:10:00 MEST 2000 Jaroslav Kysela * - * * ported to new mixer 0.6.x API (simple control) + * * ported to new mixer 0.9.x API (simple control) * * improved error handling (mixer_abort) * * Thu Mar 9 22:54:16 MET 2000 Takashi iwai diff --git a/configure.in b/configure.in index dab1a01..20f9577 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,7 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_YACC AM_PROG_LEX -AM_PATH_ALSA(0.6.0) +AM_PATH_ALSA(0.9.0) dnl Checks for header files. AC_HEADER_STDC