aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-12-01 17:00:13 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-12-01 17:00:20 +0900
commit10e1f0853c39e89c10d753bcdd75e3e54eee0e66 (patch)
treed24d815a7c3cf79c91c3d918bb72bde3c14f7b22
parent905869b214417fb20d1602031c9bb2dab7ab6574 (diff)
downloadlibhinoko-10e1f0853c39e89c10d753bcdd75e3e54eee0e66.tar.gz
bump release version to v0.7.4v0.7.4
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 44dfd78..965a257 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinoko project
=====================
-2022/11/24
+2022/12/01
Takashi Sakamoto
Introduction
@@ -17,7 +17,7 @@ IEEE 1394 bus by any language binding of GObject Introspection. The applications
operate OHCI 1394 controllers 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 `0.7.3 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.3>`_.
+The latest release is `0.7.4 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.4>`_.
Example of Python 3 with PyGobject
==================================
diff --git a/meson.build b/meson.build
index ae19f52..7990305 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '0.7.3',
+ version: '0.7.4',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)