diff options
author | Jaroslav Kysela <perex@perex.cz> | 2005-11-04 10:19:18 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2005-11-04 10:19:18 +0000 |
commit | c792328e682df045d7de474697c695d58baf5480 (patch) | |
tree | e24aba196a9060c5579143977d5d1770fec74ba0 /configure.in | |
parent | 9d1ad2effdb463a5886bba5a80cc1d551278b63d (diff) | |
download | alsa-utils-c792328e682df045d7de474697c695d58baf5480.tar.gz |
release 1.0.10rc3v1.0.10rc3
Patch-level: Merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0f8c076..f04fa09 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.53) AC_INIT(alsamixer/alsamixer.c) AC_PREFIX_DEFAULT(/usr) -AM_INIT_AUTOMAKE(alsa-utils, 1.0.10rc2) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.10rc3) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14]) |