aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-04-06 11:14:50 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-04-06 11:24:07 +0900
commit56f19ad554961c84bed8448a555a46a724cd5dfa (patch)
treef82b809acac4b3cee8a7d5a6af973db59dd7bd43
parent9272218599ae7ea0ae405cf29d1f74397415d2c9 (diff)
downloadlibhinawa-56f19ad554961c84bed8448a555a46a724cd5dfa.tar.gz
bump release version to 4.0.2HEAD4.0.2main
It's time to release new version. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst8
-rw-r--r--meson.build2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index e053358..2124f85 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinawa project
=====================
-2023/12/14
+2024/04/06
Takashi Sakamoto
Instruction
@@ -19,7 +19,7 @@ been already obsoleted and deligated the functions to
`libhitaki <https://github.com/alsa-project/libhitaki>`_, while are still kept for backward
compatibility. They should not be used for applications written newly.
-The latest release is `4.0.1 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/tag/?h=4.0.1>`_.
+The latest release is `4.0.2 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/tag/?h=4.0.2>`_.
The package archive is available in `<https://kernel.org/pub/linux/libs/ieee1394/>`_ with detached
signature created by `my GnuPG key <https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/tree/keys/B5A586C7D66FD341.asc>`_.
I note that version 3 release is skipped to use the same major version in library itself and
@@ -168,7 +168,7 @@ This is a sample of wrap file to satisfy dependency on libhinawa by
[wrap-git]
directory = hinawa
url = https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git
- revision = 4.0.1
+ revision = 4.0.2
depth = 1
[provide]
@@ -182,7 +182,7 @@ available.
$ cat meson.build
hinawa_dependency = dependency('hinawa',
- version: '>=4.0.1'
+ version: '>=4.0'
)
Loss of backward compatibility with version 1 and version 2 releases
diff --git a/meson.build b/meson.build
index f0d0cd3..468cd95 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinawa', 'c',
- version: '4.0.1',
+ version: '4.0.2',
license: 'LGPL-2.1+',
meson_version: '>= 0.60.0',
)