diff options
author | Jaroslav Kysela <perex@perex.cz> | 2005-05-27 12:58:49 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2005-05-27 12:58:49 +0000 |
commit | 08e1bde353ac0ecbc4a740416a2ebfcad572294d (patch) | |
tree | f06eb95b05fd88f7c4e970930062c4f5a5fa5a0c | |
parent | b2c39abcd1133553989c095a3e053aacf103941f (diff) |
release: 1.0.9v1.0.9
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e5f191c..3e79015 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.9rc4a) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.9) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION(0.14.1) |