diff --git a/README.rst b/README.rst index ae7b777c..1355d8ec 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2020/06/21 +2020/11/20 Takashi Sakamoto Introduction @@ -60,7 +60,7 @@ Dependencies * GLib * GObject introspection -* UAPI of Linux kernel for sound subsystem +* UAPI of Linux kernel version 4.5 or later for sound subsystem * libudev1 * Meson * (optional) PyGObject to execute tests @@ -104,7 +104,8 @@ Design note =========== * These libraries are independent of alsa-lib, to focus on interaction to - kernel land directly by system calls without alsa-lib's configuration space. + kernel land directly by system calls without alsa-lib's configuration space + and plugin framework. * The way to enumerate any device is based on sysfs, programmed with libudev1. * GObject object is used for structures in UAPI of Linux sound subsystem with reserved space. diff --git a/meson.build b/meson.build index 2068db63..58e6a9a2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alsa-gobject', 'c', - version: '0.1.0', + version: '0.2.0', license: 'LGPL-3', )