aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-12-14 20:18:28 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-12-14 20:18:37 +0900
commit06b140d698f3dbd1e27e2af93189b3bdba5319ca (patch)
treee292bd14485c6f84ca4bbf07632a5b69cadc0710
parent3f66a57e3a74b6e1df012a1d115ccbb947cf59cf (diff)
downloadlibhinoko-06b140d698f3dbd1e27e2af93189b3bdba5319ca.tar.gz
bump release version to 1.0.1v1.0.1
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 000c87f..23edcdc 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinoko project
=====================
-2023/11/26
+2023/12/14
Takashi Sakamoto
Introduction
@@ -15,7 +15,7 @@ IEEE 1394 bus by any language binding of GObject Introspection. The applications
operate 1394 OHCI hardware for any isochronous context and isochronous resources. According
to this design, this library is an application of Linux FireWire subsystem and GLib/GObject.
-The latest release is `1.0.0 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/tag/?h=v1.0.0>`_
+The latest release is `1.0.1 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/tag/?h=v1.0.1>`_
Example of Python 3 with PyGobject
==================================
@@ -107,7 +107,7 @@ This is a sample of wrap file to satisfy dependency on libhinoko by
[wrap-git]
directory = hinoko
url = https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git
- revision = v1.0.0
+ revision = v1.0.1
depth = 1
[provide]
@@ -121,7 +121,7 @@ available.
$ cat meson.build
hinoko_dependency = dependency('hinoko',
- version: '>=1.0.0'
+ version: '>=1.0.1'
)
In the case of subproject, the wrap file for ``hinawa`` should be installed as well, since
diff --git a/meson.build b/meson.build
index 8c55a6b..cbba898 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '1.0.0',
+ version: '1.0.1',
license: 'LGPL-2.1+',
meson_version: '>= 0.58.0',
)