]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
bump release version up to 0.3.1 v0.3.1
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 13 Jul 2025 08:14:24 +0000 (17:14 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 13 Jul 2025 08:15:17 +0000 (17:15 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
README.rst
meson.build

index c131fb8aab505c35fb9c3385a4606f2537c1e431..59a79b9b8da53e13beac8bc95fc41a6f5751ac13 100644 (file)
@@ -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 <https://github.com/alsa-project/alsa-gobject/releases/tag/v0.3.0>`_.
+The latest release is `0.3.1 <https://github.com/alsa-project/alsa-gobject/releases/tag/v0.3.1>`_.
 
 Libraries produced by the project
 =================================
index d075e95cfa63a6c5945c8d91f1c401c35001424b..7666aae9f982372347404e4656b52fd221243955 100644 (file)
@@ -1,5 +1,5 @@
 project('alsa-gobject', 'c',
-  version: '0.3.0',
+  version: '0.3.1',
   license: 'LGPL-3',
   meson_version: '>= 0.48.0',
 )