From: Takashi Sakamoto Date: Fri, 20 Nov 2020 07:41:36 +0000 (+0900) Subject: bump version up to 0.2.0 to release X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=refs%2Fheads%2Ftopic%2Fv0.2.0-release;p=alsa-gobject.git bump version up to 0.2.0 to release Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index ae7b777..1355d8e 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 2068db6..58e6a9a 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', )