aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-12-18 15:41:08 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-12-18 15:41:21 +0900
commit1f8e4181234bce0023e597dc07a128a4680feb89 (patch)
treed1adeb3cc92b84138cd5a9b380f624e00b1edc6d
parent5a9b19cf1293ee2fe4d2afbf4bd8e7e42c3ef405 (diff)
downloadlibhinoko-1f8e4181234bce0023e597dc07a128a4680feb89.tar.gz
bump release version to v0.8.0v0.8.0
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2ad1e4c..1141c7b 100644
--- a/README.rst
+++ b/README.rst
@@ -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.4 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.4>`_.
+The latest release is `0.8.0 <https://github.com/takaswie/libhinoko/releases/tag/v0.8.0>`_.
Example of Python 3 with PyGobject
==================================
diff --git a/meson.build b/meson.build
index 7990305..47cdcaf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '0.7.4',
+ version: '0.8.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)