mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
Changed version...
This commit is contained in:
parent
171a891b43
commit
ec275f84ed
2 changed files with 2 additions and 2 deletions
|
@ -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" );
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <string.h>
|
||||
#include <sys/asoundlib.h>
|
||||
|
||||
#define VERSION "1.00a"
|
||||
#define ALSACTL_FILE "/etc/asound.conf"
|
||||
|
||||
extern int debugflag;
|
||||
|
|
Loading…
Reference in a new issue