From 394164c0162ae9e4cb828f37556db349bdff816a Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Thu, 30 Jun 2022 12:07:59 +0900 Subject: [PATCH] bump release version up to 0.3.0 Signed-off-by: Takashi Sakamoto --- README.rst | 4 +++- meson.build | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cf518cd3..c131fb8a 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 4d4eff8a..d075e95c 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', )