From 11f2573ca6d41319611753ade1836ca1288c1466 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Thu, 26 May 2022 18:34:20 +0900 Subject: [PATCH] bump release version up to 0.1.0 It's time to release for the first version. Signed-off-by: Takashi Sakamoto --- README.rst | 4 +++- meson.build | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b3411d5..f825a0e 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The libhitaki project ===================== -2022/04/29 +2022/05/26 Takashi Sakamoto Introduction @@ -18,6 +18,8 @@ libhitaki does the work instead. I design the library for userspace applications to operate ALSA HwDep character device for specific functions implemented in ALSA drivers for Audio and Music unit in IEEE 1394 bus. +The latest release is `0.1.0 `_. + License ======= diff --git a/meson.build b/meson.build index e68551e..de47b27 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hitaki', 'c', - version: '0.0.0', + version: '0.1.0', license: 'LGPL-3.0-or-later', meson_version: '>= 0.46.0', )