From ec275f84edb5170c436664d31371d0d70ff3c129 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 31 Oct 1998 19:50:16 +0000 Subject: [PATCH] Changed version... --- alsactl/alsactl.c | 3 ++- alsactl/alsactl.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c index 5341861..17266e3 100644 --- a/alsactl/alsactl.c +++ b/alsactl/alsactl.c @@ -20,6 +20,7 @@ */ #include "alsactl.h" +#include "aconfig.h" #include #include @@ -169,7 +170,7 @@ int main( int argc, char *argv[] ) break; case 'v': case HELPID_VERSION: - printf( "alsactl version " VERSION "\n" ); + printf( "alsactl version " SND_UTIL_VERSION "\n" ); return 0; default: fprintf( stderr, "\07Invalid switch or option needs an argument.\n" ); diff --git a/alsactl/alsactl.h b/alsactl/alsactl.h index f876feb..6668d50 100644 --- a/alsactl/alsactl.h +++ b/alsactl/alsactl.h @@ -24,7 +24,6 @@ #include #include -#define VERSION "1.00a" #define ALSACTL_FILE "/etc/asound.conf" extern int debugflag; -- 2.47.1