Changed version...

This commit is contained in:
Jaroslav Kysela 1998-10-31 19:50:16 +00:00
parent 171a891b43
commit ec275f84ed
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,7 @@
*/
#include "alsactl.h"
#include "aconfig.h"
#include <getopt.h>
#include <stdarg.h>
@ -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" );

View file

@ -24,7 +24,6 @@
#include <string.h>
#include <sys/asoundlib.h>
#define VERSION "1.00a"
#define ALSACTL_FILE "/etc/asound.conf"
extern int debugflag;