]> git.alsa-project.org Git - alsa-tools.git/commitdiff
echomixer update
authorGiuliano Pochini <pochini@shiny.it>
Tue, 11 Jan 2005 14:05:45 +0000 (14:05 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Jan 2005 14:05:45 +0000 (14:05 +0000)
- Big cleanup in the matrix mixer drawing code. It make is way
  smaller and readable.

- New feature: echomixer can load and restore the status of nominal level
  switches.

- Version number bumped to 1.0.3.

Signed-off-by: Giuliano Pochini <pochini@shiny.it>
echomixer/configure.in
echomixer/configure.in-gtk2

index ae78097d353c2283cf3fc05834f3f53867737fe6..ffdb56b263b8e7b0c764f01359deb7d44515c088 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(echomixer.c)
-AM_INIT_AUTOMAKE(echomixer, 1.0.2)
+AM_INIT_AUTOMAKE(echomixer, 1.0.3)
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_HEADER_STDC
index 5106a53b03a59ce3c703506b22aa39acada570c3..8f4511e4ad5cb9b72f655bc3e345b240b3ab3cc2 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(echomixer.c)
-AM_INIT_AUTOMAKE(echomixer, 0.5.0)
+AM_INIT_AUTOMAKE(echomixer, 1.0.3)
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_HEADER_STDC