Skip to content

Commit

Permalink
bump version up to 0.2.0 to release
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Nov 21, 2020
1 parent db875f3 commit 5a4b9d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The alsa-gobject project
========================

2020/06/21
2020/11/20
Takashi Sakamoto

Introduction
Expand Down Expand Up @@ -60,7 +60,7 @@ Dependencies

* GLib <https://gitlab.gnome.org/GNOME/glib>
* GObject introspection <https://gi.readthedocs.io/>
* UAPI of Linux kernel for sound subsystem
* UAPI of Linux kernel version 4.5 or later for sound subsystem
* libudev1 <https://www.freedesktop.org/wiki/Software/systemd/>
* Meson <https://mesonbuild.com/>
* (optional) PyGObject <https://pygobject.readthedocs.io/> to execute tests
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('alsa-gobject', 'c',
version: '0.1.0',
version: '0.2.0',
license: 'LGPL-3',
)

Expand Down

0 comments on commit 5a4b9d6

Please sign in to comment.