version 0.0.7a
diff --git a/ChangeLog b/ChangeLog
index 8a88640..0c85b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Version 0.0.7a:
+ * Fix asoundlib.h without PCM support.
+ * Fix README about async.
+ * Show the determined configurations at the end of configure
+ script.
+
Version 0.0.7:
* Add optional async handler support. Disabled as default.
* Allow to disable PCM component via configure option.
diff --git a/configure.ac b/configure.ac
index 849aa73..c5f3f95 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.7)
+AM_INIT_AUTOMAKE(salsa-lib, 0.0.7a)
AC_PREFIX_DEFAULT(/usr)
dnl AC_CONFIG_HEADERS(src/config.h)