]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
bump release version up to 0.3.0 v0.3.0
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 30 Jun 2022 03:07:59 +0000 (12:07 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 30 Jun 2022 03:07:59 +0000 (12:07 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
README.rst
meson.build

index cf518cd31084da10d2215f373000b206e449535c..c131fb8aab505c35fb9c3385a4606f2537c1e431 100644 (file)
@@ -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 <https://github.com/alsa-project/alsa-gobject/releases/tag/v0.3.0>`_.
+
 Libraries produced by the project
 =================================
 
index 4d4eff8aedd803c7f1d99415db7d5c1769d2f677..d075e95cfa63a6c5945c8d91f1c401c35001424b 100644 (file)
@@ -1,5 +1,5 @@
 project('alsa-gobject', 'c',
-  version: '0.2.2',
+  version: '0.3.0',
   license: 'LGPL-3',
   meson_version: '>= 0.48.0',
 )