]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Changed version...
authorJaroslav Kysela <perex@perex.cz>
Sat, 31 Oct 1998 19:50:16 +0000 (19:50 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 31 Oct 1998 19:50:16 +0000 (19:50 +0000)
alsactl/alsactl.c
alsactl/alsactl.h

index 5341861cdafca26d5d1fd93152ebda34e6c96b26..17266e39b5ebb8938692133390d9b85939b86e0f 100644 (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" );
index f876febbe500364ac084c8915c079c62116c876c..6668d506704d9e3c38c51745c09a3f671d2fb016 100644 (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;