diff options
author | Jaroslav Kysela <perex@perex.cz> | 2007-05-31 08:55:26 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-05-31 08:55:26 +0200 |
commit | 46e9015d88ae327ccdbcefaa9bb602eb1006aa4d (patch) | |
tree | ca6d02b8e71f5f1999e23b9b77507dcf6855077a | |
parent | 6d32e055d73edfe6be90135c500dcb32491cf04d (diff) |
release 1.0.14v1.0.14
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 a097080..c159a71 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.14rc4) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.14) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.15]) |