aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-04-06 11:34:19 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-04-06 11:34:40 +0900
commit82f8be217bf2cd779089b27827088c80874359ac (patch)
treea951a2898abb23f0e8dc0a90cccb553012280648
parent5fa1016950ead383dbd3d63f9848b029ee7cbfe8 (diff)
downloadlibhinoko-82f8be217bf2cd779089b27827088c80874359ac.tar.gz
bump release version to 1.0.2v1.0.2
It's time to release the new version. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst10
-rw-r--r--meson.build2
2 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 23edcdc..459264c 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinoko project
=====================
-2023/12/14
+2024/04/06
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.1 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/tag/?h=v1.0.1>`_
+The latest release is `1.0.2 <https://git.kernel.org/pub/scm/libs/ieee1394/libhinoko.git/tag/?h=v1.0.2>`_
Example of Python 3 with PyGobject
==================================
@@ -44,7 +44,7 @@ Dependencies
- Glib 2.44.0 or later
- GObject Introspection 1.32.1 or later
-- Libhinawa 4.0.0 or later
+- Libhinawa 4.0 or later
- Linux kernel 3.4 or later
Requirements to build
@@ -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.1
+ revision = v1.0.2
depth = 1
[provide]
@@ -121,7 +121,7 @@ available.
$ cat meson.build
hinoko_dependency = dependency('hinoko',
- version: '>=1.0.1'
+ version: '>=1.0'
)
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 cbba898..3c9e882 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '1.0.1',
+ version: '1.0.2',
license: 'LGPL-2.1+',
meson_version: '>= 0.58.0',
)