aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-01-25 18:32:09 +0100
committerTakashi Iwai <tiwai@suse.de>2012-01-25 18:32:09 +0100
commite9f08697702a1130d5bd3340043ef9fe45dea22d (patch)
treede7bc02d225dab121401eef9a6a4ea4f6a72744e
parentabfb6e73b9360442b58d262148204fe9f437abd3 (diff)
downloadsalsa-lib-e9f08697702a1130d5bd3340043ef9fe45dea22d.tar.gz
Set the compatible version to 1.0.25 as default
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b72adf3..d56bc9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,8 @@ AC_HEADER_STDC
dnl Compatible version
AC_ARG_WITH(compat-version,
AS_HELP_STRING([--with-compat-version=VERSION],
- [specify the compatible version with ALSA-lib (default=1.0.24)]),
- compatver="$withval", compatver="1.0.24")
+ [specify the compatible version with ALSA-lib (default=1.0.25)]),
+ compatver="$withval", compatver="1.0.25")
SND_LIB_VERSION="$compatver"
SND_LIB_MAJOR=1