aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-11-05 11:57:55 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-05 11:57:55 +0100
commit011de37ba81c4bd7959afa17c1bfc72f5003b2e6 (patch)
treee3ba5e4b21c0c846a7bb73aa3c704295f3e2e30b
parentfe216c1dac31f8f67e592ede5a07bf5111a3727e (diff)
downloadsalsa-lib-011de37ba81c4bd7959afa17c1bfc72f5003b2e6.tar.gz
version 0.0.25v0.0.25
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea55bf6..002be6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Version 0.0.25:
+ * Fixed build errors of rmidi.c and control.c
+
Version 0.0.24:
* Add missing definition of SND_PCM_TSTAMP_ENABLE
diff --git a/configure.ac b/configure.ac
index 5d92370..96d60ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
AC_INIT(src/control.c)
-AM_INIT_AUTOMAKE(salsa-lib, 0.0.24)
+AM_INIT_AUTOMAKE(salsa-lib, 0.0.25)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)