diff options
author | Jaroslav Kysela <perex@perex.cz> | 2006-08-04 14:28:17 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2006-08-04 14:28:17 +0200 |
commit | 4fa5e3b8e7a5d87e3252021fd4d6edbe976e17c2 (patch) | |
tree | 518bb70e5ac4b63e4634001350a3141bd356e94a | |
parent | e45f2f4bf5b2df04cb800bbd40db489fbf37ccb3 (diff) |
release 1.0.12rc2v1.0.12rc2
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 fdecfa1..eb52b68 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.12rc1) +AM_INIT_AUTOMAKE(alsa-utils, 1.0.12rc2) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14]) |