aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-10-03 08:45:57 +0900
committer坂本 貴史 <o-takashi@sakamocchi.jp>2023-10-03 21:18:47 +0900
commitb1dee8e77a4b6e2a8eb6727b569e8e8e1f85af57 (patch)
tree7f5cd2b938b9632b345c86591aca13cf5824d020
parent87e5e1384bff3f298051c048f2eafa6a69e8a6d7 (diff)
downloadlibhinoko-b1dee8e77a4b6e2a8eb6727b569e8e8e1f85af57.tar.gz
bump release version to 0.9.1v0.9.1
It's time to release the 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 8f46a3e..5e4c1fe 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
The libhinoko project
=====================
-2023/10/01
+2023/10/03
Takashi Sakamoto
Introduction
@@ -60,7 +60,7 @@ How to build
::
- $ meson (--prefix=directory-to-install) build
+ $ meson setup (--prefix=directory-to-install) build
$ meson compile -C build
$ meson install -C build
($ meson test -C build)
@@ -102,7 +102,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 = v0.9.0
+ revision = v0.9.1
depth = 1
[provide]
@@ -116,7 +116,7 @@ available.
$ cat meson.build
hinoko_dependency = dependency('hinoko',
- version: '>=0.9.0'
+ version: '>=0.9.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 12f3ecf..f688088 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '0.9.0',
+ version: '0.9.1',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)