From: Takashi Sakamoto Date: Sun, 29 Aug 2021 10:07:42 +0000 (+0900) Subject: bump version up to 0.2.1 for maintenance release X-Git-Tag: v0.2.1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=b1f7b630532eed0435a7566c325b3214655573c8;p=alsa-gobject.git bump version up to 0.2.1 for maintenance release Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index 4ec6316..6f333c6 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2020/11/20 +2021/08/27 Takashi Sakamoto Introduction diff --git a/meson.build b/meson.build index 58e6a9a..0c04efa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alsa-gobject', 'c', - version: '0.2.0', + version: '0.2.1', license: 'LGPL-3', )