From: Takashi Sakamoto Date: Sun, 13 Jul 2025 08:14:24 +0000 (+0900) Subject: bump release version up to 0.3.1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;ds=sidebyside;p=alsa-gobject.git bump release version up to 0.3.1 Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index c131fb8..59a79b9 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2022/06/30 +2025/07/13 Takashi Sakamoto Introduction @@ -12,7 +12,7 @@ This project is a sub project in Advanced Linux Sound Architecture a.k.a ALSA, to produce libraries compatible with GObject introspection (g-i) for language bindings. -The latest release is `0.3.0 `_. +The latest release is `0.3.1 `_. Libraries produced by the project ================================= diff --git a/meson.build b/meson.build index d075e95..7666aae 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alsa-gobject', 'c', - version: '0.3.0', + version: '0.3.1', license: 'LGPL-3', meson_version: '>= 0.48.0', )