We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa054f commit a6497f6Copy full SHA for a6497f6
2 files changed
meson.build
@@ -8,7 +8,7 @@
8
project(
9
'libnvme', ['c'],
10
meson_version: '>= 0.62.0',
11
- version: '1.14',
+ version: '1.15',
12
license: 'LGPL-2.1-or-later',
13
default_options: [
14
'c_std=gnu99',
src/libnvme-mi.map
@@ -1,5 +1,8 @@
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
LIBNVME_MI_UNRELEASED {
3
+};
4
+
5
+LIBNVME_MI_1_15 {
6
global:
7
nvme_mi_admin_get_features_arbitration;
nvme_mi_admin_get_features_power_mgmt;
0 commit comments