aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-11-24 12:48:03 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-11-24 12:48:49 +0900
commit0e9269af55ff3866f0fc9ed98cb8d9868cd7163b (patch)
tree413fb1a2e9490a4d6c475cee3f936a2550b96ca1
parent618aea150ef1889871ed97b92c2d8446a9223eb6 (diff)
downloadlibhinoko-0e9269af55ff3866f0fc9ed98cb8d9868cd7163b.tar.gz
bump release version to v0.7.3v0.7.3
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 5f102ba..44dfd78 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinoko project
=====================
-2022/06/30
+2022/11/24
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.2 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.2>`_.
+The latest release is `0.7.3 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.3>`_.
Example of Python 3 with PyGobject
==================================
diff --git a/meson.build b/meson.build
index 521e707..ae19f52 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '0.7.2',
+ version: '0.7.3',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)