From: Giuliano Pochini Date: Tue, 11 Jan 2005 14:05:45 +0000 (+0000) Subject: echomixer update X-Git-Tag: v1.0.8~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=af8b81030dac02cb85da02924cbb1cd40a68ca81;p=alsa-tools.git echomixer update - 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 --- diff --git a/echomixer/configure.in b/echomixer/configure.in index ae78097..ffdb56b 100644 --- a/echomixer/configure.in +++ b/echomixer/configure.in @@ -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 diff --git a/echomixer/configure.in-gtk2 b/echomixer/configure.in-gtk2 index 5106a53..8f4511e 100644 --- a/echomixer/configure.in-gtk2 +++ b/echomixer/configure.in-gtk2 @@ -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