diff options
author | Jaroslav Kysela <perex@perex.cz> | 2007-10-15 10:36:47 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-15 10:36:47 +0200 |
commit | 2781f2c9d1e672d6bb72edca9747605db939c09f (patch) | |
tree | b989240b260fd84330c595fe2f942611d7cce9b3 | |
parent | 48de580a7bd7a769f5b83194229c70ff9ecfe785 (diff) |
release 1.0.15v1.0.15
Patch-level: Merged
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e8f9fca..39c2bbf 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.15rc1) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.15) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.15]) |