diff options
author | Jaroslav Kysela <perex@perex.cz> | 2009-05-06 09:07:24 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2009-05-06 09:07:24 +0200 |
commit | 83ae381a05dd160b8aedd04fda3d65e18d0e2f2f (patch) | |
tree | 591217350f7c06687dfca1d8f37d4c9456de95dd | |
parent | ccd0e8834c71de235f2ddb9ea69e184a06e7b0e8 (diff) |
Release v1.0.20v1.0.20
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d26ae65..5cb22a9 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(alsamixer/alsamixer.c) AC_PREFIX_DEFAULT(/usr) -AM_INIT_AUTOMAKE(alsa-utils, 1.0.19) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.20) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.15]) |