From: Takashi Sakamoto Date: Tue, 15 Mar 2022 23:58:52 +0000 (+0900) Subject: bump version up to 0.2.2 for maintenance release X-Git-Tag: v0.2.2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=156bda35e452aca88ee0f7763422039932f0629a;p=alsa-gobject.git bump version up to 0.2.2 for maintenance release Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index 6f333c6..d93cd5f 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2021/08/27 +2022/03/16 Takashi Sakamoto Introduction diff --git a/meson.build b/meson.build index 0c04efa..631dcec 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alsa-gobject', 'c', - version: '0.2.1', + version: '0.2.2', license: 'LGPL-3', )