From: Takashi Sakamoto Date: Thu, 30 Jun 2022 03:07:59 +0000 (+0900) Subject: bump release version up to 0.3.0 X-Git-Tag: v0.3.0 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7b92cb628f4c79af4ab5c394412eba8588d18b1e;p=alsa-gobject.git bump release version up to 0.3.0 Signed-off-by: Takashi Sakamoto --- diff --git a/README.rst b/README.rst index cf518cd..c131fb8 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2022/06/25 +2022/06/30 Takashi Sakamoto Introduction @@ -12,6 +12,8 @@ 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 `_. + Libraries produced by the project ================================= diff --git a/meson.build b/meson.build index 4d4eff8..d075e95 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alsa-gobject', 'c', - version: '0.2.2', + version: '0.3.0', license: 'LGPL-3', meson_version: '>= 0.48.0', )