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', )