We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e3fcc commit 81ade08Copy full SHA for 81ade08
meson.build
@@ -8,7 +8,7 @@
8
project(
9
'libnvme', ['c'],
10
meson_version: '>= 0.62.0',
11
- version: '1.15',
+ version: '1.16',
12
license: 'LGPL-2.1-or-later',
13
default_options: [
14
'c_std=gnu99',
src/libnvme.map
@@ -1,5 +1,8 @@
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
LIBNVME_UNRELEASED {
3
+};
4
+
5
+LIBNVME_1_16 {
6
global:
7
nvme_get_uuid_list;
nvme_set_etdas;
0 commit comments